Phpstorm Tester
- 活动总数 135
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 21
- 订阅数 35
-
创建于 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... -
创建于 ^Z Undo bug still not fixed in Javascript at least
已回答Using 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... -
创建于 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... -
已编辑于 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 ... -
已编辑于 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... -
创建于 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... -
创建于 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 ] ... -
创建于 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... -
创建于 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... -
创建于 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...