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 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 ... -
Created Not seeing what Laravel Router Namespace will do
I found the setting in Preferences (Mac) > Languages & Frameworks > PHP > Laravel, but I'm not seeing any documentation on it: How is this supposed to work exactly? -
Edited Trying to attach a scratch file to an email, can't find it in Finder
I created a scratch file named whatever.txt, put some formatted debug in it, now I want to attach it to an email to send to somebody, so I right-click the file tab and select Copy Path, which is li... -
Created Code style in PHP tags following HTML style in .html file...
I'm not understanding this... PHP code style inside of `<?php ?>` tags should follow what I have set in Code Style > PHP, not Code Style > HTML just because the file is named 'whatever.html' instea...