0

I am currently working on a project which requires PhpStorm and WebStorm to work in a single directory. However, the issue is that their respective .idea directories collide.

Is there any way to solve this issue?

LazyOne
  • 158,824
  • 45
  • 388
  • 391
mechanicious
  • 1,576
  • 2
  • 15
  • 32
  • 1
    First of all -- why do you need **both** PhpStorm & WebStorm exactly? Simply speaking: **PhpStorm = WebStorm + PHP + DB** (just some plugins that are bundled with WebStorm out of the box must be installed in PhpStorm manually -- https://stackoverflow.com/a/25647482/783119 ). – LazyOne Jul 25 '17 at 08:31
  • But if you **really** need it ... keep project settings (`.idea` subfolder) in another/separate location for each IDE (which means that you will have to configure project twice). It's simple and described in https://youtrack.jetbrains.com/issue/IDEA-170102 – LazyOne Jul 25 '17 at 08:32

0 Answers0