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

↘锁芯ラ 提交于 2019-12-02 04:23:53

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.

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