IntelliJ IDEA 2018.2 Help

Navigating with Model Dependency Diagram

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: 20 November 2018

See Also