Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make a windows shortcut to open a specific project?

Tags:

phpstorm

I'm evaluating PHPStorm, but I have several different projects.

It seems PHPStorm can only open 1 project in a window?

How can I create different Windows shortcuts to specify the project that PHPStorm opens with?

In Eclipse I can specify the workspace that should be opened, is there an equivalent for this in PHPStorm ?

like image 550
Dylan Avatar asked Aug 08 '13 14:08

Dylan


1 Answers

Another solution is creating separate shortcuts for each project. In the shortcuts target put:

"C:\<phpStorm_path>\PhpStorm.exe" C:\project\project-directory

Also note that this is related to webStorm as well.

like image 85
Selfish Avatar answered Sep 28 '22 18:09

Selfish