flode
Web developer trying to stay sane in this industry.
- 活动总数 412
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 43
- 订阅数 122
-
创建于 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... -
已编辑于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
已编辑于 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... -
已编辑于 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 ...