flode
Web developer trying to stay sane in this industry.
- 活动总数 412
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 43
- 订阅数 122
-
已编辑于 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 ... -
创建于 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 ... -
创建于 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... -
创建于 Useless Analysis completed error goes nowhere
I see an exclamation point show in at the top of the scroll bar, I hover over it and it pops up this box that just says 1 error found... with no link to go to the line with the error, nothing to cl... -
创建于 Not seeing how to format .sql files for MySQL
We're using MySQL 5.5 but PHPStorm isn't highlighting certain keywords like NEW (like MySQL Workbench does), and I'm not seeing how to make it understand a specific database technology and version ... -
创建于 Can't move files around in Favorites
已回答This includes Scratches added to Favorites... I added it there so I don't have to keep scrolling up and down through my Project pane's normal working files just to access these files; I simply clic... -
创建于 Changing name of Scratches removes it from the editor
If I scroll down to the bottom of the Project pane (on the left while the project is open), expand Scratches and Consoles, then right-click Scratches (Mac), then select Refactor > Rename, and chang... -
创建于 Replace with regular expressions... how to capitalize words?
I have text in a file like hello_there, and I want to convert it to Hello There. So far I'm not seeing anything about capitalization in the docs: https://www.jetbrains.com/help/phpstorm/regular-exp... -
创建于 Change Scratches directory, and move it to its own tool window?
I'm not seeing how to do either of these things... I use Scratches for notes and formatting (because PHPStorm is just flat-out the best text editor on Mac), but the directory saves to /Users/dave/L... -
已编辑于 Easier way to set default var if empty so PHPStorm can find its declaration?
I'm aware of a "bug" (or lack of feature) where PHPStorm has trouble zeroing in on the actual declaration of a var if it's inside of an if or else block (so that Ctrl+click any instance of the var ...