Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Krzysztof Wolowski
Total activity
23
Last activity
December 09, 2025 08:16
Member since
December 11, 2016 11:32
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
8
Activity overview
Posts (6)
Comments (7)
Sort by recent activity
Recent activity
Votes
Edited
December 04, 2018 15:31
Just in case somebody stumbles upon this thread like I did. Neither $$varname nor \$varname would work. You should use ${DS}varname instead. DS stands for dollar sign.
Community
PhpStorm
Dollar signs as strings in templates?
3 votes
Created
April 15, 2018 08:30
I couldn't afford to wait a couple of days for an answer, so I went ahead and found a solution myself. Here's what you need to do in case you stumble upon the same problem: Locate the folder with P...
Community
PhpStorm
"Find in Path" window will not show up in PhpStorm
1 vote
Created
April 27, 2020 15:32
Exactly the thing I was looking for. Thank you!
Community
PhpStorm
Open a file using command line launcher in the same projet where you execute the command
0 votes
Created
April 16, 2020 16:32
Here's my temporary workaround: sudo snap remove phpstormsudo snap install phpstorm --channel=2019.3/stable --classic
Community
PhpStorm
Open a file using command line launcher in the same projet where you execute the command
0 votes
Edited
October 03, 2017 07:12
Ok. I was told somewhere else that this bug was meant to be a feature. The sooner it is corrected the better, as it greatly diminishes the power file watchers give to PhpStorm.
Community
PhpStorm
File watcher sees no JavaScript files in scope
0 votes
Created
September 11, 2017 05:34
These "invisible" files are the files that generated by Typescript compiler. They are recognized as JavaScript but somehow excluded from the project (notice a different icon). If I add a .js file m...
Community
PhpStorm
File watcher sees no JavaScript files in scope
0 votes
Edited
December 11, 2016 12:31
I found the cause. It seems that all of a sudden the less command is not producting any standard output. The --source-map parameter seems to be the culprit. Instead of removing it I added $FileName...
Community
PhpStorm
Less watcher suddenly stopped working
0 votes