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