No import option found on Welcome screen of intellij 2021.2-community

Viewed 180

I was trying to import an existing maven project from one drive directory to another. But I did not find any import option on my recently updated intelliJ idea's community version 2021.2. Can someone please help me on this?

enter image description here

1 Answers

Import and Open actions were combined to the one Open action. If you point IDE to the existing project, it will automatically open it, if you point to the directory without project files, it will import it.

Related