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 How to make keyboard shortcut comment put slashes at beginning of text not line?
I swear PHPStorm by default put the slashes at the beginning of the text, but now it puts it at the beginning of the line, which can look bad and possibly throw me off when I'm scanning or searchin... -
Created Not seeing how to colorize file type .diff
I made a patch.diff file from SourceTree, which basically is a git diff of changes in a file. When I look at it in PHPStorm, the file name in the Project window is maroon (red?), but the text in th... -
Created How to easily search for opened file includes?
In some files I want to find any files that have included it when it's not obvious or available from a Cmd-click on a function or var etc, but right now the easiest way I can find is to right-click... -
Created How to flip back and forth between Find in Path search results?
I've been using BBEdit for an old language, and its multi-search pops up a window like the Find in Path search results list, which on a Mac lets me hit Cmd-~ (tilda) to flip back and forth between ... -
Created No Command+Q again prompt to quit app?
On most Mac apps I use, hitting Command+Q on accident instead of Command+W (like Chrome to close a tab) will pop up some text saying to hit Cmd+Q again to quit... with PHPStorm it just quits, which... -
Edited How to get function helper text to float above cursor while typing?
This YouTuber does it here: https://youtu.be/NrlY-xeqHBg?t=255 Notice the in_array helper floats above his cursor while he types, showing him the param definitions... My PHPStorm doesn't do this, i... -
Edited Can't seem to get sensible 'else' line handling
Often when I only need one line of executing code on an if or an else call, I like to remove the braces, and PHPStorm for the most part handles this sensibly: it puts the single executable line of ... -
Edited Look... just put a button in settings to disable inspection pop-ups
It's nice that the editor colors unused variables in gray... but not that it pops up a notification over the text below telling me it's unused (at least not that quickly, or let me hit a button to ... -
Created Hover popup of... Variable variable?
Like... what? Is it talking about this? It's already disabled. So... how is this useful, why is popping up when it's disabled, and how am I supposed to stop this pop-up that got in the way of my ... -
Created Not understanding this JavaScript warning...
I'm working on older code, written before JavaScript became all beautiful and did your laundry, and a bunch of lines of code are highlighted and probably false flags, but I'm not understanding some...