Reputation: 305
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
Reputation: 4155
If you open the preferences and search for "Start" you will find this:
You can untick this and it will start at the project selection screen.
Upvotes: 3
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".
Upvotes: 6