RubyMine 2016.3 Help

Navigating to Partial Declarations

The /help/img/idea/2016.3/ruby_PartialIcon.png gutter icon in the editor marks a partial declaration. Pointing to this icon shows quick information about the other parts of the same declaration.

/help/img/idea/2016.3/ruby_partialPopup.png

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 /help/img/idea/2016.3/ruby_PartialIcon.png in the left gutter.
  2. In the Select Partial Declaration pop-up menu, choose the desired part of the declaration:
    /help/img/idea/2016.3/ruby_partialSelect.png

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

Last modified: 22 March 2017