How can I add workspaces (tabs groups) to PhpStorm?

安稳与你 提交于 2019-12-02 04:34:02

问题


Is there exists workspaces like in NuSphere phped (saved opened files) inside one project in PhpStorm?

Maybe any plugin exists? I need opened files profiles within one project (tabs groups)...


回答1:


Such functionality is called "Contexts" in PhpStorm and you can switch between them using Tools | Tasks & Contexts | Load Context.

More on this in official Help pages: https://www.jetbrains.com/phpstorm/help/switching-between-contexts.html?search=context


P.S. If you are using VCS in your project and you are using integration with an Issue Tracking System in PhpStorm then IDE will load your tabs that you had open when last time worked on that particular ticket/task.



来源:https://stackoverflow.com/questions/35833150/how-can-i-add-workspaces-tabs-groups-to-phpstorm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!