Multiple project folders in one window?

I'm working with multiple git projects where the folders are side-by-side, but because the production versions are sometimes on their own servers, PHPStorm can't figure out the pathing so that Ctrl+click works properly in each. I'd like to have each folder be treated as if it's its own top-level folder so that PHPStorm can understand its pathing.

I'm not sure if this is the solution however: https://www.jetbrains.com/help/phpstorm/opening-multiple-projects.html

I have all of the project folders in one "project" in the editor, and I'd like to keep it that way but so that Ctrl+click works for each one of them. Is this possible? Or do I need to try something else?

2
Avatar
Permanently deleted user

Hello,

https://www.jetbrains.com/help/phpstorm/opening-multiple-projects.html sounds like a solution that you need - each folder will be treated as its own top level folder. But all opened projects will also know about each other and will be able to resolve classes and paths.

You can always try and later un-join the projects if you won't like the result.

Another option is to simply work with several PhpStorm windows - one per opened project.

0

请先登录再写评论。