Krzysztof Wolowski
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 8
-
Created 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. -
Edited 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... -
Edited 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... -
Edited "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... -
Created 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 ... -
Edited 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...