Krzysztof Wolowski
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 8
-
创建于 Is there a way to split the terminal in 2025.3?
This was a very useful feature, where you did something in the right-hand side of a terminal tab and, say, observe the live logs displayed in the left-hand site of it. -
已编辑于 Open a file using command line launcher in the same projet where you execute the command
Prior to 2020.1 when inside PhpStorm I was able to open any file by just typing phpstorm /path/to/a/file in IDE's terminal. Now with the new "LightEdit" feature the command opens a new window if th... -
已编辑于 The All Places scope
After more than an hour of experiments I discovered how to search the vendor directory. You first need to mark it or its subdirectory as Sources Root and then search for a given phrase using the Pr... -
已编辑于 "Find in Path" window will not show up in PhpStorm
I was trying to move this window around and suddenly it disappeared. What is worse I don't know how to restore it. You can't bring it up anymore, neither by pressing CTRL + SHIFT + F nor by going t... -
创建于 File watcher sees no JavaScript files in scope
I have a file watcher which should run browserify for .js files in a given scope. The scope contains .js files, yet watcher claims it does not. So when I change these .js files, the watcher is not ... -
已编辑于 Less watcher suddenly stopped working
It used to work perfectly. Now it still runs the command (the .css file does appear) but the output file is always empty. The config is: And the "Argument" field is: --source-map=$FileNameWithou...