automatix
automatix

Reputation: 14552

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):

enter image description here

Now I'm looking for the according configuration in PHPStorm, that shows only one project per window:

enter image description here

How can I see all my projects in the project view of the same window?

Upvotes: 2

Views: 2526

Answers (1)

LazyOne
LazyOne

Reputation: 165471

PhpStorm does not support multiple independent projects in one window / frame:

https://youtrack.jetbrains.com/issue/WI-15187 -- star/vote/comment to get notified on progress.


But ... you can list files from another project there (in Project View panel). If that is good enough, then just go to Settings | Directories and add desired folder as an Additional Content Root. P.S. This also means that the setting from current project will be applied to all content roots.

Upvotes: 3

Related Questions