Vadiru
Website Programmer in USA
- Total activity 461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 45
- Subscriptions 124
-
Created I can't tell what these PHP run options are...
I built a test file, wanted to run it with PHP CLI, now I'm not seeing what is meant here: What is the difference? What do the icons mean? -
Created Trying to double-click a text word while part of it is highlighted from Find won't select it
Find box: Result example: Since a recent update, if I try to double-click the full word (Ship_To_Phone), nothing else is highlighted, nothing is selected, and I can't copy the word. The cursor (c... -
Created Confused on Exception suggestion redundancy and colors
I updated to PhpStorm 2022.3 (from an old version since the update pop-ups stopped happening last year for some reason, which I'd really like to have back), and suddenly function suggestions for th... -
Created How do I get .csv table view automatically in the file tab when opening?
I'm using code to generate a test .csv file in the project directory, then when I click to open the file, it opens as is if it's just text, as in, basically unreadable. I see a little table icon sh... -
Edited Regex replace over-selecting for no apparent reason
I guess I'm just not seeing how to format the regex to select only a portion like this: `$now->format('Y-m-d H:i:s')` I'm trying to convert it to something like this: `$format($now)` In the regex,... -
Created Copy-paste from Terminal stripping text color
When I run commands in PHPStorm's Terminal panel, I get nice color coding. For forensic reasons, I want to copy that output as-is and paste it to a rich text file, but pasting it strips the colors ... -
Created Not seeing how to get PHPStorm to automatically add Twig end tags
Whenever I type something like `{%`, a closing brace like `%}` is added, and the typing caret is placed in-between (completely what I want); however, if I then fill the empty tag with an expression... -
Created PHPStorm seems to be auto-updating with no option to disable
Typically I get update pop-ups, now that hasn't happened for months, and I noticed earlier today the orange update arrow (?) at the top right, and this afternoon I'm noticing some glitchy behavior,... -
Created 'Sync Extensions with Interpreter' button unchecks many already-checked extensions...
I just set up a new CLI Interpreter, and I noticed in the PHP Runtime tab, a button named 'Sync Extensions with Interpreter'; to be safe, I looked up the name and found this this doc (thankfully us... -
Created Annotations: No syntax coloring or validation?
I'm going through something that uses annotations for configuration, and it's easy to end up with an unseen mistake because PHPStorm doesn't change the colors based on functionality nor does it see...