IntelliJ IDEA 2018.1 Help

Navigating to Controllers, Views and Actions Using Gutter Icons

In the editor, use the following gutter icons to jump between controllers, views, and actions:

  • ruby gotoControllerIcon: This layout is associated with a controller.
  • ruby gotoActionIcon: This layout is associated with an action.
  • ruby gotoViewIcon: This action is associated with a view, or this controller is associated with a partial view.

The target component is opened in the editor tab.

To navigate between Rails components in the editor

  • Open a component in the editor, and click the desired gutter icon. For example, if you want to jump to a view file associated with an action, open the corresponding controller, locate the desired action, and click the gutter icon next to the action definition.

    If several different types of views are available (for example, localized views or HAML files), IntelliJ IDEA suggests the list of all available views, from which you can select the one you need:

    ruby navigateToViewLocalized

    To navigate from a view to the corresponding action, open the view file in the editor, and click the gutter icon:

    ruby navigateToAction
Last modified: 24 July 2018

See Also