New to IntelliJ

Hey guys,

I am new to IntelliJ (previously used Eclipse) and would like to know of some tutorial documents that I can read to get up to speed with IntelliJ.  Some basic 101 documents that explain workspaces, projects, modules, etc. etc.

Thanks

0
3 comments
Avatar
Permanently deleted user

The eclipse workspace corresponds to IDEAs project, except that IDEA stores
global settings out of the project.

The eclipse project corresponds to IDEAs module. You can add multiple
modules to one IDEA project and define dependencies between them.

0
Avatar
Permanently deleted user

On Thu, 24 Feb 2011 02:31:01 MSK, Kamil Chmielewski
<no_reply@jetbrains.com> wrote, quoted or indirectly quoted someone
who said :

>I am new to IntelliJ (previously used Eclipse) and would like to know of some tutorial documents that I can read to get up to speed with IntelliJ.  Some basic 101 documents that explain workspaces, projects, modules, etc. etc.

for a quick overview, see http://mindprod.com/jgloss/intellij.html

--
Roedy Green Canadian Mind Products
http://mindprod.com
Refactor early. If you procrastinate, you will have
even more code to adjust based on the faulty design.
.

0

Please sign in to leave a comment.