如何将工作区(选项卡组)添加到 PhpStorm?

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

在 PhpStorm 的一个项目中是否存在像 NuSphere phped(保存打开的文件)这样的工作区?

也许存在任何插件?我需要在一个项目(选项卡组)中打开文件配置文件...

此类功能在 PhpStorm 中称为 "Contexts",您可以使用 Tools | Tasks & Contexts | Load Context 在它们之间切换。

官方帮助页面中有更多相关信息:https://www.jetbrains.com/phpstorm/help/switching-between-contexts.html?search=context


P.S. 如果您在项目中使用 VCS 并且您正在使用 integration with an Issue Tracking System in PhpStorm 那么 IDE 将加载您的选项卡上次处理该特定 ticket/task.

时打开