This feature is supported in the Ultimate edition only.

The following is only valid when Ruby Plugin is installed and enabled!

The ../../Shared/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.

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

    ../../Shared/ruby_partialSelect.png

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