Importing multiple project from Eclipse like in Eclipse workspace
Hello,
I would like to import multiple projects from eclipse and see them in the same panel, like an eclipse workspace.
Is it possible with intellij ?
Thanks a lot,
Fabrice
Message was edited by:
frobini
Please sign in to leave a comment.
Hello,
Yes, it is possible
You may select a directory containing your workspace to import and IDEA will
add all Eclipse's projects as IDEA's modules.
If your projects are located in different places you may add them separately
to the current IDEA's project (It is not intuitive but it is available via
New Project action)
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Thank you :)