简体   繁体   English

如何在PHPStorm的项目视图中显示所有项目?

[英]How to display all projects in the Project View in PHPStorm?

In eclipse / Zend Studio the project manager displays per default all projects of the workspace (or of one of its Working Sets, if selected): 在eclipse / Zend Studio中,项目管理器默认显示工作空间(或其工作集之一,如果已选择)的所有项目:

在此处输入图片说明

Now I'm looking for the according configuration in PHPStorm, that shows only one project per window: 现在,我正在寻找PHPStorm中的相应配置,该配置每个窗口仅显示一个项目:

在此处输入图片说明

How can I see all my projects in the project view of the same window? 如何在同一窗口的项目视图中查看所有项目?

PhpStorm does not support multiple independent projects in one window / frame: PhpStorm在一个窗口/框架中不支持多个独立项目

https://youtrack.jetbrains.com/issue/WI-15187 -- star/vote/comment to get notified on progress. https://youtrack.jetbrains.com/issue/WI-15187-star / vote / comment可获得进度通知。


But ... you can list files from another project there (in Project View panel). 但是...您可以列出另一个项目的文件(在“项目视图”面板中)。 If that is good enough, then just go to Settings | Directories 如果这足够好,那么只需转到Settings | Directories Settings | Directories and add desired folder as an Additional Content Root . Settings | Directories并添加所需的文件夹作为“ 其他内容根目录” PS This also means that the setting from current project will be applied to all content roots. PS这也意味着当前项目中的设置将应用于所有内容根。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM