Vadiru
Website Programmer in USA
- 活动总数 461
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 45
- 订阅数 124
-
创建于 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? -
创建于 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... -
创建于 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... -
创建于 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... -
已编辑于 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,... -
创建于 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 ... -
创建于 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... -
创建于 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,... -
创建于 '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... -
创建于 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...