Use script "code ." in terminal to open PhpStorm

771 Views Asked by At

I want to type the script "code ." in terminal in order to open my code editor, PhpStorm. How can I do that?

2

There are 2 best solutions below

0
On BEST ANSWER

The code command is used to open VS Code specifically. PhpStorm doesn't come with a command-line interface, but you can create one by following this tutorial (you will need the Toolbox app in order to generate a shell script if an alias isn't enough for you): https://www.jetbrains.com/help/phpstorm/working-with-the-ide-features-from-command-line.html

0
On

type code NameOftheProject and it will be open, make sure you are in the correct directory
forex c:\composer\NameOftheProject> code NameOftheProject.