I want to import my Eclipse projects into IntelliJ IDEA, so I went to the IntelliJ IDEA help page:
If no project is currently open in IntelliJ IDEA, c
In IntelliJ IDEA 14.1.4 you can import a project with the following existing sources:
.project
) or classpath (.classpath
) filepom.xml
)workspace/cnf
).project
, *.fxp
, *.fxpl
)*.gradle
)Go to File → New → Project from Existing Sources… and a dialog will open that allows you to open one of the supported files or directories.