IntelliJ IDEA 2017.3 Help

Navigating with Model Dependency Diagram

This feature is only supported in the Ultimate edition.

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

With IntelliJ IDEA, you can navigate between Model Dependency and the corresponding models and associations.

In this section:

Navigating between Model Dependency diagram and the source code

To navigate from a Model Dependency diagram to the source code

  1. On the Model Dependency diagram, select the desired node or edge.
  2. Do one of the following:
    • Press F4
    • On the context menu, choose Jump to Source.
    • Double-click selected node.

Tips and tricks

  • In a model declaration source code, it is enough to choose Show Model Dependency Diagram on the context menu.
  • If you have selected an edge that corresponds to a one-to-many or many-to-many association, IntelliJ IDEA suggests to choose which part of the association should be navigated to:
    ruby_JumpToSourceFromEdge.png

Last modified: 6 March 2018

See Also