Answer the question
In order to leave comments, you need to log in
Console command to open folder in phpStorm?
I would like to write a command like:
pstorm .
Open the current folder in phpstorm.
A bit of information:
I have phpstorm (exe) here:
C:\Program Files\JetBrains\PhpStorm 2017.2\bin
List of files:
Answer the question
In order to leave comments, you need to log in
/path/to/executable/phpstorm.sh .
so as not to write the path every time - you can add a folder where it is installed in PATH
Perhaps there are aliases in the windows cmd ...
How to open a folder in explorer from cmd without duplicates?
bat file you throw in any path from the PATH variable or, if for sure, in C:\Windows (I think it is there)
If you just need to open a directory (project directory), then in the console in phpStorm it is enough to write
for ubuntu it will benautilus .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question