flode
Web developer trying to stay sane in this industry.
- 活动总数 412
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 43
- 订阅数 122
-
创建于 Ctrl+click not finding variable declaration inside if statement
I have a variable like $theVar created in one file (this is PDC, Previous Developer Code) inside of an if statement like: if(!isset($theVar) || !is_array($theVar) || !$theVar) { $theVar = array()... -
创建于 Shift+Click on file tab closes tab instead of selects?
If I do this in Chrome, it selects multiple tabs, but in PHPStorm it closes the tab I Shift-click onto. When I check Keymap settings and search for Shift+click, it shows it's not set to anything: S... -
已编辑于 How to get 4-space tab indents to save as spaces but behave like tabs while editing?
I'm not sure I've seen this setting in PHPStorm, but it seems to me it would end the tabs vs spaces war. Yes I'm aware of settings > Editor > Code Style > Use Tab Character. That just adds 4 spaces... -
已编辑于 .ignore plugin writing differently-formatted lines than laravel-generated file
After installation and PHPStorm restart, clicking New > .ignore file > .gitignore file (Git) and then selecting Laravel, it shows lines: node_modules/ public/hot public/storage storage/*.key vendor... -
创建于 Ctrl+click still searching in other 'root' source or scoped folders
I have multiple folders in a project each marked as "source root", but when Ctrl+clicking onto a function or method or object or var etc, it's dropping down results in the Choose Declaration box fr... -
创建于 PHPStorm choose declaration duplicates unspecified file location
It doesn't tell me the file paths of the js files... -
创建于 Best or most easily-readable monospace fonts?
My eyesite's not the best anymore and I want to find the best or most-easily readable monospace fonts for editing, which also makes it clear the difference between 0 and O and 1 and l and | etc. -
创建于 Can't deploy unversioned files?
The option's grayed out on a log file generated locally... it's not for versioned files; I honestly am not sure why it wouldn't think I shouldn't deploy unversioned files through FTP to an external... -
创建于 Find in Path window handling on Mac
In every other app (like Chrome or BBEdit), a sub-window or secondary window is manageable using Command+W (to close it) or Command+` (tic) (to switch between them), but the 'Find in Path' window e... -
已编辑于 Code formatting and word wrap
I'm in a .php file and when I hit Ctrl+Shift+F to format the code, it word-wraps some elements, like putting an ending paragraph tag on the next line... which ends up making a lot of code inconsist...