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
-
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... -
Created 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... -
Created 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 ... -
Created Can't move files around in Favorites
AnsweredThis 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... -
Created 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... -
Created 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... -
Created 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... -
Edited 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 ...