Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 ?

like image 867
Rafael Pacheco Avatar asked Apr 18 '16 23:04

Rafael Pacheco


2 Answers

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.

like image 54
Vinoy George Avatar answered Nov 11 '22 01:11

Vinoy George


There is this topic about starting two instances of IntelliJ Start two instances of IntelliJ IDE

It is not possible with one instance from my experience

like image 7
Tobias Timm Avatar answered Nov 11 '22 02:11

Tobias Timm