In a diagram, you can use all the regular procedures that enable navigating to the underlying source code:
- Jump to source (F4). So doing, if the
command has been invoked on a class node, the caret is placed at the class declaration.
If the command has been invoked on a field or method, the caret is placed before the corresponding field or method declaration in the source code.
- View source (Ctrl+Enter)
- Navigate by name (Ctrl+N, Ctrl+Shift+N, or Ctrl+Shift+Alt+N)
