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 Can't find inspection "Field accessed via magic method"
Super-annoying hover pop-up that gets in the way of me seeing, clicking, or typing sometimes. To add insult to injury, the message is different in settings and apparently not findable... So whi... -
Edited Hitting Enter at end of line now goes to beginning of previous line instead of block indent
Since I have auto-remove lines with just spaces or tabs, I sometimes drop debug at the beginning of an empty line, which is nice to make it easy to remember to remove it later and which debug lines... -
Created PHPStorm can't figure out which file a function declaration came from even if there's only one included
I'm looking at someone else's code, they have a file that includes file `common/db.inc', then there's a function call to db_connect() with a yellow underline, where PHPStorm says Unhandled Exceptio... -
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 ...