scopes import phpstorm
Answered
Hi, is it possible to have the opportunity to import and export scopes in PHPSTORM?
We work with many scopes :)
Best Regards
Please sign in to leave a comment.
Hi there,
If it's a shared Scope .. then you can just copy appropriate files between projects/computers (while project is closed, of course)
Check PROJECT_ROOT/.idea/scopes folder
Hi, thanks for reply
What is the difference between "local scope" and "share scope" ?
Best Regards
Each shared one is stored in separate file .. so can be shared with other team members (can be versioned in VCS) or can easily be copy-pasted between the projects (while project is closed in IDE, of course).
Local ones are saved in workspace.xml file which is user/machine specific and cannot be shared via VCS etc (as that file has lots of other stuff inside).