Read more

RubyMine: Using pinned tabs will increase your productivity

Arne Hartherz
July 17, 2012Software engineer at makandra GmbH

I highly recommend that you make use of RubyMine's feature to pin tabs.

Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

When you pin all "important" files, you can follow method definitions, wildly open files from search results and have a ton of open tabs -- without the problem of finding the stuff you were working on before.

Guide

  1. Pin the tabs of files that are currently in the focus of your work (important models, specs, etc):
    • Right-click a tab and select "Pin tab"
    • Or use a shortcut (see below)
  2. Work as usual.
  3. Once you opened other tabs because you searched for something and are done with it:
    • Right-click a tab and select "Close all" (used to be "Close all but pinned")
    • Or use a shortcut (see below)
  4. Profit!

Shortcuts

I strongly suggest you use keyboard shortcuts. Assign "Pin active tab" and "Close all" from "Keymap" under the settings dialog (Ctrl+Alt+S).

Works well for me: Ctrl+“+” to pin and Ctrl+Alt+“-” to close.

Posted by Arne Hartherz to makandra dev (2012-07-17 13:58)