Adding an external project directory in phpStorm 6.0 to store workspace files separate from code?

I am trying to keep separate directories of directories and workspace directories in my php and sweating project in order to understand / find how this can be achieved. A few changes back I tried phpStorm and found that it does not provide such a function.

I just want to know if phpstorm 6.0 has this feature or is it still missing? If possible, please help me.

Work around

File> Settings> [Directories] + [Add Content Root] to add an external directory

Assuming you created the project separately from the code. Some of the tools may not work as expected.

+5
source share
1

Linux, sshfs, Windows.


/mnt/remote_code/code/

,
sshfs user @server:/var/www/server_code//mnt/remote_code/code/

code

PS : /mnt/remote_code/

, , PS /mnt/remote_code/.idea ( ) code ) .

, .
.

0

All Articles