A
A
Anton Seredny2018-03-11 13:26:09
Command line
Anton Seredny, 2018-03-11 13:26:09

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:

5aa52c1a7d8a4246114569.png

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
DevMan, 2020-02-06
@smidl

https://www.jetbrains.com/help/phpstorm/opening-fi...

R
RidgeA, 2018-03-11
@RidgeA

/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 ...

D
Denis, 2018-03-11
@sidni

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)

M
Mykola Ivashchuk, 2018-03-11
@mykolaim

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 be
nautilus .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question