其他分享
首页 > 其他分享> > 如何在IntelliJ IDEA的同一工作区中创建两个项目而不是两个模块?

如何在IntelliJ IDEA的同一工作区中创建两个项目而不是两个模块?

作者:互联网

就像标题说的那样,如何在IntelliJ IDEA中的同一工作区中创建2个项目?

解决方法:

请阅读FAQ for Eclipse users.

在IntelliJ中,IDEA工作空间对应于项目.您可以使用add multiple modules to a project,但不能在同一窗口中同时打开多个IDEA项目.

No workspace

The first thing you’ll notice when launching IntelliJ IDEA is that it has no workspace concept. This means that you can work
with only one project at a time. While in Eclipse you normally have a
set of projects that may depend on each other, in IntelliJ IDEA you
have a single project that consists of a set of modules.

If you have several unrelated projects, you can open them in separate
windows.

If you still want to have several unrelated projects opened in one
window, as a workaround you can configure them all in IntelliJ IDEA as
modules.

标签:java,intellij-idea,intellij-idea-2016
来源: https://codeday.me/bug/20190622/1265735.html