RubyMine 2018.1 Help

Navigating to Partial Declarations

The ruby PartialIcon gutter icon in the editor marks a partial declaration. Pointing to this icon shows quick information about the other parts of the same declaration.

ruby partialPopup

You can navigate to the desired part of the declaration that will be opened in a separate editor tab.

To navigate to a partial declaration

  1. Open the desired component in the editor, and click ruby PartialIcon in the left gutter.
  2. In the Select Partial Declaration pop-up menu, choose the desired part of the declaration:
    ruby partialSelect

    The selected component is opened in a separate editor tab, and gets the focus.

Last modified: 1 August 2018