scopes import phpstorm

已回答

Hi, is it possible to have the opportunity to import and export scopes in PHPSTORM?
We work with many scopes :)

Best Regards

0

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

3
Avatar
Permanently deleted user

Hi, thanks for reply

What is the difference between "local scope" and "share scope" ?

 

Best Regards

0

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).

0

请先登录再写评论。