How to force IntelliJ IDEA to show welcome screen again?

Intellij Idea

Intellij Idea Problem Overview


IntelliJ has a very good welcome screen, but after first use, when I open IntelliJ the next time, it will open my last opened project directly. But what if I want to revisit the welcome screen? Is there a way to do it without restarting IntelliJ? I am using IntelliJ IDEA 14.

https://www.jetbrains.com/idea/help/welcome-screen.html

Intellij Idea Solutions


Solution 1 - Intellij Idea

I'm using not IntelliJ but WebStorm however, maybe same settings.

how about this? > [File] - [Settings] - [Appearance & Behavior] - [System Settings]
> uncheck "Reopen last project on startup"

Solution 2 - Intellij Idea

Close all open project windows (File | Close Project).

Solution 3 - Intellij Idea

Sometimes I want to come back to the Welcome screen only to see the list of recent projects with a little more details than a simple list. However, I don't want to close the open project.

If that's your case you can to this in the version 2016.3:

File -> Open Recent -> Manage Projects...

UPDATE 1

@Gagan made a comment (below) asking about how to import a project this with this solution.

If I've understood the question correctly, you can do this either by directly opening a project (Open...) or by creating a new one from Existing Sources or from Version Control, as is show below:

enter image description here

In both cases, IntelliJ will ask you to open in the same window (which will close you current project) or in a new window (the current and the new one stay open), as show below:

enter image description here

Please, let us know if it works for you!

Solution 4 - Intellij Idea

Select File -> Close project. This will cause the welcome screen to appear.

Solution 5 - Intellij Idea

For IntelliJ 2020.3 use: `File -> Settings -> Appearance & Behavior -> System Settings and uncheck Reopen projects on startup.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionPeiti LiView Question on Stackoverflow
Solution 1 - Intellij IdeaYasuyuki UnoView Answer on Stackoverflow
Solution 2 - Intellij IdeaDavid MolesView Answer on Stackoverflow
Solution 3 - Intellij IdeaAlmir CamposView Answer on Stackoverflow
Solution 4 - Intellij IdeajungledevView Answer on Stackoverflow
Solution 5 - Intellij IdearandomView Answer on Stackoverflow