Reputation: 3971
When I want to work on e.g billing, I open billing files and close the others, and when I want to work on other area I have to open files and close other files, which are all from the same directory
Is there a way to make multiple projects on the same directory? I used to do this Sublime Text,
Can I do this in PhpStorm?
Upvotes: 2
Views: 1735
Reputation: 93728
You can use your source folder as a content root for multiple projects:
You can create as many projects as you like this way... But I'd really suggest trying scopes and contexts, as suggested by @LazyOne
Upvotes: 1