Coming from the Eclipse world, I started using PhpStorm to develop in PHP. I would like to ask if there's a way to group by similar projects in order to see them like in the Eclipse's working set feature, with a view such as:
Projects
----------------------------------------
LibrariesProjects
-------> APhpLibraryProject
-------> AnotherPhpLibraryProject
-------> YetAnotherPhpLibraryProject
ProjectsRelatedToOtherStuff
-------> AProject
-------> AnotherProject
-------> Etc...
Etc..
I mean, in Eclipse I can e.g. create a LibraryProjects working set and add projects to it (like e.g. APhpLibraryProject, AnotherPhpLibraryProject), in order to not see a plenty list of different projects on the left side of the IDE...
Is it possible in PhpStorm?
Thank you for your attention!