2

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?

automatix
  • 14,018
  • 26
  • 105
  • 230

1 Answers1

3

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.

LazyOne
  • 158,824
  • 45
  • 388
  • 391