wraith46
wraith46

Reputation: 305

How to set PyCharm not to open all last projects?

I have a question when it comes to PyCharm IDE. It seems that it is set by default to open all last projects when started, and I would like to start with no projects opened. For instance, I have worked on two projects until now and when I start PyCharm it opens both of them.

Upvotes: 2

Views: 1557

Answers (2)

Dan Gamble
Dan Gamble

Reputation: 4155

If you open the preferences and search for "Start" you will find this:

enter image description here

You can untick this and it will start at the project selection screen.

Upvotes: 3

m0nhawk
m0nhawk

Reputation: 24148

This option is located in Settings:

Appearance & Behavior > System Settings > Startup/Shutdown > Reopen last project on startup

Also, you can use search with "last project".

enter image description here

Upvotes: 6

Related Questions