Is possible open the same project on two instances of Intellij IDE

Rafael Pacheco picture Rafael Pacheco · Apr 19, 2016 · Viewed 10.8k times · Source

I have a distributed project and I need debug two nodes of my app on the same time. For this I wish open two instances of Intellij, it is possible ?

Answer

Vinoy George picture Vinoy George · Aug 24, 2017

just open each one from different folder level.

For example: Project A has 2 folders (one inside another) and inside the 2nd folder there is code. Then open one instance from folder 1 and another instance from folder 2.

Open each instance by choosing open in new window..simple.