flode
Web developer trying to stay sane in this industry.
- Total activity 412
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 43
- Subscriptions 122
-
Created 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()... -
Created 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... -
Edited 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... -
Edited .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... -
Created 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... -
Created PHPStorm choose declaration duplicates unspecified file location
It doesn't tell me the file paths of the js files... -
Created 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. -
Created 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... -
Created 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... -
Edited 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...