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
-
Edited 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... -
Edited 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... -
Edited 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: ... -
Created 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... -
Created 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: -
Created 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... -
Created 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... -
Created 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 ... -
Created 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... -
Created Right-click file in Project pane then selecting Copy > Copy Path contains redundant selections in extraneous pop-up box
AnsweredWhy 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...