Having multiple projects in tabs like Eclipse? [IntelliJ]

前端 未结 3 1918
北荒
北荒 2021-02-05 20:08

So I just moved from Eclipse to IntelliJ after doing some research. The only thing that I miss is that in Eclipse I can have multiple projects in different tabs and compare proj

相关标签:
3条回答
  • 2021-02-05 20:48

    Using Maven: a untested aproach could be to have a simple maven Project including the other Maven projects as its childs and then import the simple maven Project that only defines the others as childs (and yes - please vote for such standard features).

    0 讨论(0)
  • 2021-02-05 20:56

    There is a workaround solution. Please see here:

    IntelliJ: Working on multiple projects

    I'm doing the same. It worked for me really, but I get the dialog asking me for removing the imported modules because they are not in the maven structure.

    Also trying to solve this.

    0 讨论(0)
  • 2021-02-05 21:01

    No, it's not possible. Please vote for this feature request. Note that you can add your multiple projects as modules to Intellij Idea project to be able to view them in a single frame. BTW, there is a document intended to help users migrating from Eclipse to Idea - see this FAQ - you may find it helpful

    0 讨论(0)
提交回复
热议问题