flode
Web developer trying to stay sane in this industry.
- 活动总数 412
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 43
- 订阅数 122
-
已编辑于 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... -
创建于 Not seeing how to manually activate "Show value tooltip" in update 2020.1.1
Not sure how to make these manually pop-up: I can't find the setting because I don't know what it's called, I'm not finding it in settings that include the word "hover" or "pop-up" (popup? that's ... -
创建于 What was the file tab code text font and styling before PHPStorm update 2020.1.1?
It changed, and I prefer the previous style I was using, but I can't seem to reproduce it; the current setting is JetBrains Mono size 13 with line spacing 1.2, and I can adjust those which improves... -
创建于 Right-click file in Project pane then selecting Copy > Copy Path contains redundant selections in extraneous pop-up box
已回答Why does Copy Path have a pop-up box containing the same 3 options below itself? I've only needed to copy either the filepath from the project directory or its absolute path; I'm fine with the ot...