Switching to using IntelliJ for all my coding but am confused by the use of 'projects' and modules in IntelliJ.
Can someone tell me if Eclipse 'projects' is the same as IntelliJ's use of 'project'.
Or is an Eclipse 'workspace' more like an IntelliJ 'project'?
The JetBrains website has this covered.
Migrating From Eclipse to IntelliJ IDEA
The quick answer is an Eclipse Project is equivalent to an IDEA Module. The concept of Project in IDEA is like a Workspace in Eclipse.
Also take a look at the eclipse integration page.