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 How to change character encoding for .log files?
I'm not seeing anywhere in Preferences (Mac) to do this for specific file type. I found this: But it doesn't let me set encoding by file type, just per directory, which isn't useful to me right n... -
Created Ctrl+Space showing variable suggestions that don't exist?!
In this case I'm trying to auto-fill `$objectDetails`: but it's showing suggestions of under_scored variables that aren't in the script or any included/related files... I can't tell where these ar... -
Created Something keeps changing file newlines to CRLF
I changed the default in my PHPStorm at the IDE level to "Unix and MacOS (\n)" (LF right?), and when I click the CRLF button at the bottom right of the file to change it to LF, it saves and lets... -
Edited Field accessed via magic method warning but not when within quotes
I'm not understanding this: Why is the warning only when the var is outside of double-quotes? -
Created Some way to prevent PHPStorm from trying to run validation or whatever until I stop typing for like a second?
It just seems to be running validation or something every second and a half regardless of whether I'm still typing or clicking, causing these weird lag breaks when I'm typing. I've tried to figure ... -
Edited How do I highlight an open tab in the Project pane?
I can click the tab and see the folder path, but I'm not seeing an easy quick way to just highlight the file in the path in the Project pane. It's still a lot of clicking to go to the file and do r... -
Created Anyone else having slowness issues in the latest PHPStorm 2019.2 update?
Ever since the update last week, I'm getting slowdown, lag, random freezes... it's super-annoying and slowing down my progress. I can't tell what changed that could cause it, but it seems to have s... -
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...