Eclipse 工作区和项目与 IntelliJ 项目和模块?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4349006/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 15:27:03  来源:igfitidea点击:

Eclipse workspaces and projects vs IntelliJ projects and modules?

eclipseintellij-ideaideproject

提问by Bachalo

Switching to using IntelliJfor all my coding but am confused by the use of 'projects'and modulesin IntelliJ.

切换到使用的IntelliJ我所有的编码,但我通过使用混淆“项目”模块的IntelliJ

Can someone tell me if Eclipse'projects'is the same as IntelliJ's use of 'project'.

有人可以告诉我Eclipse 'projects'是否与 IntelliJ 对'project'的使用相同。

Or is an Eclipse'workspace'more like an IntelliJ'project'?

或者Eclipse 的“工作区”更像是IntelliJ 的“项目”?

采纳答案by bradhouse

The JetBrains website has this covered.

JetBrains 网站对此进行了介绍。

Migrating From Eclipse to IntelliJ IDEA

从 Eclipse 迁移到 IntelliJ IDEA

The quick answer is an Eclipse Projectis equivalent to an IDEA Module. The concept of Projectin IDEA is like a Workspacein Eclipse.

快速回答是 Eclipse Project相当于 IDEA Module。IDEA中Project的概念就像Eclipse 中的Workspace

Edit:

编辑:

Also take a look at the eclipse integration page.

另请查看eclipse 集成页面

回答by James Oravec

A module is the equivalent of a project in eclipse.

一个模块相当于 eclipse 中的一个项目。

I got the answer from one of JetBrains' short videos they provide on their site. I found them useful when played at 2X speed, so I could get up to speed on the IDE quickly: https://www.jetbrains.com/idea/documentation/

我从他们在其网站上提供的 JetBrains 短视频之一中得到了答案。我发现它们在以 2 倍速度播放时很有用,因此我可以在 IDE 上快速上手:https: //www.jetbrains.com/idea/documentation/

回答by Hari

I am new to IntelliJ IDEA and have come from Eclipse world. I was initially confused by notion of projects and modules in IntelliJ IDEA . However after viewing this very useful video Running IntelliJ IDEA for the First Time, my understanding on has been greatly improved. Basically the projects and modules in IntelliJ IDEA are equivalent Eclipse workspace and projects. I recommend watching this video if you are new to IntelliJ IDEA

我是 IntelliJ IDEA 的新手,来自 Eclipse 世界。我最初对 IntelliJ IDEA 中的项目和模块的概念感到困惑。但是在观看了第一次运行 IntelliJ IDEA这个非常有用的视频后,我对它的理解有了很大的提高。IntelliJ IDEA 中的项目和模块基本上是等效的 Eclipse 工作区和项目。如果您不熟悉 IntelliJ IDEA,我建议您观看此视频