Update second pc
Hello !
I have a pc on my company and a pc on my home.
Sometime i work from home. When i work fom home i update the files on my second pc.
In which folder are the project files from PhpStorm ?
Bookmarks, last open files ...
Your sincerly
Stephan
请先登录再写评论。
Hi Stephan,
Project settings are stored in .idea subfolder (i.e. PROJECT_FOLDER\.idea )
EDIT:
PhpStorm settings are stored in ~/.WebIde10 (on Windows 7 it will be C:\Users\USERNAME\.WebIde10 )
Hello !
I have found the folder. :)
Thanks for the info.
Your sincerly
Stephan
not sure if it helps in your case, but there is also the export settings.
FILE -> EXPORT SETTINGS
which will create a .jar file.
you can take that from your work machine then when you get hom go to
FILE -> IMPORT SETTINGS
to keep both your ide's looking the same.