Aladdin Mhemed
Aladdin Mhemed

Reputation: 3971

PhpStorm: multiple projects on the same directory

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

Answers (1)

lena
lena

Reputation: 93728

You can use your source folder as a content root for multiple projects:

  • create a project somewhere (empty)
  • add your sources location as a content root to it (Settings/Directories, Add content root)

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

Related Questions