Navigate to source from a diagram

Last modified: 15 March 2021

This is a Professional feature: download PyCharm Professional to try.

The Diagram plugin implements the UML diagram. The plugin is bundled by default with PyCharm Professional.

In a diagram, you can use all the regular procedures that enable navigating to the underlying source code:

  • Jump to source F4. If the Jump to Source command has been invoked on a class node, the caret is placed at the class declaration.

  • View source Ctrl+Enter

  • Navigate by name (Ctrl+N, Ctrl+Shift+N, or Ctrl+Alt+Shift+N)