flode
Web developer trying to stay sane in this industry.
- 活动总数 412
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 43
- 订阅数 122
-
创建于 PHPStorm still can't tell which files are being included in tracing declarations
I copied this function from one file to another, just temporarily probably, and now when I Cmd+click on it in the original file, it doesn't go to that function in the file it includes, it shows bo... -
已编辑于 PHPStorm more buggy this year because JetBrains wants to push people to WebStorm?!
Sorry for the long post: Enjoy or skip, just at least don't reply without reading it all. I mentioned to a coworker that it seems PHPStorm has become more buggy since January with all of the update... -
已编辑于 Find in Path results sometimes only shows inner HTML text instead of full code line for each file result
On a previous search, this would show the full HTML code line (an anchor tag in this case); this time, it only shows the inner HTML: I'm not seeing any reason why it suddenly will only show the in... -
已编辑于 Sometimes clicking a variable will auto-select it
I can't tell what causes this to happen, but it's typically when there's some odd code or text in the file (like if I'm in the middle of writing a function call so the line is incomplete and invali... -
已编辑于 Not understanding this hover pop-up error in SQL...
Maybe I just don't understand SQL enough, but I'm not even sure I'm reading right what the PHPStorm warning is trying to tell me... I found the code from here: https://stackoverflow.com/a/24958578... -
已编辑于 get_mangled_object_vars showing in function suggestion list for PHP language level less than 7
I typed `get_` then hit Cmd+Space to see the suggestions to easily add the function I wanted (which I couldn't exactly remember), then noticed "get_mangled_object_vars" as a suggestion... example: ... -
创建于 No suggestions found for PDOStatement object returned through function
I'm trying to simplify my usage of PDO, but apparently PHPStorm gets lost somewhere. Example: $dsn = "mysql:host=123.456.789.123;dbname=whatever";try { /** * @var PDO */ $dba = new PDO($d... -
创建于 PDO objects showing Suggestions from mysqli as well
Example connection: $dba = new PDO("mysql:host=123.456.789.012;dbname='someDb'", 'dbuser', 'dbpass'); PHPStorm shows suggestion methods from both MySQLi and PDO: -
创建于 Code colored underlines (warnings? errors?) no longer showing issues on hover
I disabled the nasty code hint pop-ups (which show function definitions and things like that, sometimes in huge boxes) through the Registry, just because I could find no other way, but now hovering... -
创建于 Why am I getting a drop-down since the latest update about searching "accessors"?
I just Cmd+clicked on `$apiKey` inside of a class to have it show a pop-up of all usages in the class: private $apiKey; I've never seen this drop-down before... but whether I click Yes or No, it s...