Phpstorm Tester
- Total activity 135
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 21
- Subscriptions 35
-
Created CSS path unresolved, after adding the correct Resource Root
This question has been beaten to death, but I tried 10 times, closing / reopening the project and PhpStorm, cannot get it to resolve ... [ Using 2018.1.6 on Ubuntu ( waiting for 2018.2.1 to upgrade... -
Created ^Z Undo bug still not fixed in Javascript at least
AnsweredUsing latest 2017.3.2. This bug https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000478370-Undo-Z-behavior-changed-or-a-bug-is seemingly not fixed in Javascript. Basically the Con... -
Created Undo ^Z behavior changed -- or a bug?
^Z (Undo) behavior: Before: If the cursor is *not* where the last operation was done (eg user moved the caret after), then the caret is moved there, first. No actual Undo is performed. Since 2017.1... -
Edited Code Search (^F) behavior changed in 2017 and that's confusing
The behavior of the Search in code has changed since v. 2017. Not easy to explain, but I'll try anyway. We have two words, "Hello" at line 200, and "World" at line 300. - Cursor is at line 100 and ... -
Edited Update to 2017.1 changed the fonts (nav bar)
Updating to 2017.1 - while keeping the settings from 2016.3 - changed the fonts - in t̶h̶e̶ ̶c̶o̶d̶e̶ ̶w̶i̶n̶d̶o̶w̶- in the navigation barUpdate (few minutes later, after comparison in GIMP) - c... -
Created Inspections optimization
Running PhpStorm on a laptop, including a replication of the whole server environment (nginx, mysql, php-fpm...), made PhpStorm to be slow sometimes - the CPU being at 100% for some time. So I deci... -
Created PhpStorm " isset " bug!
PhpStorm for PHP 7 (PHP language level set to 7) isset() doesn't recognize properly the new Array Constants. const COLORS = [ 'RED' => 1, 'GREEN' => 2 ];$mine = 'GREEN';if ( isset( COLORS[ $mine ] ... -
Created Remove a Key action
I'm trying to get PageUP and PageDown to do ... nothing. The reason is because on a DELL laptop the Left / PgUP and Right / PgDn keys are so close, I press them (Pg) all the time... So in Settings... -
Created Strange behavior (on duplicated line)
In a .js file, After copying this line (^D or ^C ^V), and selecting "local" I press 'f' to replace 'local' with 'flag', and surprisingly the cursor jumps to the line above in the empty '' where th... -
Created How to get quickly to the "1 Error" (top right)
There is this " ! " on the top right corner of Phpstorm. Clicking on it gives "1 error found". Is there a way to go quickly to that error from the keyboard (and not swim through all warnings l...