如何将工作区(选项卡组)添加到PhpStorm?
在PhpStorm的一个项目中是否存在NuSphere phped(已保存的已打开文件)等工作空间?
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)...
此类功能在PhpStorm中称为上下文,你可以使用工具|在它们之间切换任务&上下文|加载上下文
。
Such functionality is called "Contexts" in PhpStorm and you can switch between them using Tools | Tasks & Contexts | Load Context
.
有关官方帮助页面的更多信息: https://www.jetbrains.com/phpstorm/help/switching-between-contexts.html?search=context
More on this in official Help pages: https://www.jetbrains.com/phpstorm/help/switching-between-contexts.html?search=context
PS 如果您在项目中使用VCS并且使用与PhpStorm中的问题跟踪系统集成然后IDE将加载您上次处理该特定故障单/任务时打开的选项卡。
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.