IntelliJ IDEA 2017.2 Help

Navigating to Partial Declarations

This feature is supported in the Ultimate edition only.

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

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: 29 November 2017