Read more

Rubymine: do not open last project

Daniel Straßner
November 09, 2022Software engineer at makandra GmbH

If you're frequently switching between projects, you might be annoyed by RubyMines behavior of opening the last project on startup.
After all loading a project takes a few seconds as files are scanned and the RubyMine index is rebuilt. If you switch to another project after startup this time is doubled.

Illustration online protection

Rails professionals since 2007

Our laser focus on a single technology has made us a leader in this space. Need help?

  • We build a solid first version of your product
  • We train your development team
  • We rescue your project in trouble
Read more Show archive.org snapshot

A saner default might be to open RubyMine with a dialog to choose the project to open.

This can be set under Appearance & Behavior > System Settings > Project > Reopen projects on startup.

Switching to other projects

A helpful dialog for switching between projects is Manage Projects.... This provides you with a list of recent projects that you can switch to (which you can filter).
Best add a shortcut like Ctrl + Shift + P to it (File > Open Recent > Manage Projects... in the settings).

Posted by Daniel Straßner to makandra dev (2022-11-09 14:09)