Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ Import project without Welcome Screen

The IntelliJ welcome screen has an Import Project button. Is there a way to import a project without going to the welcome screen? enter image description here

like image 297
andrewgazelka Avatar asked Mar 05 '23 23:03

andrewgazelka


1 Answers

Use File | Open (where you can point to pom.xml or build.gradle) or File | New | Project From Existing Sources.

If you have an existing IntelliJ IDEA project, use File | Open and point to the location of the project directory (the one containing .idea subdirectory).

like image 174
CrazyCoder Avatar answered Mar 10 '23 10:03

CrazyCoder