On this page:
Prerequisites
Before you start working with UML diagrams, make sure that the UML Support plugin is enabled. The plugin is bundled with IntelliJ IDEA and is activated by default. If the plugin is not activated, enable it on the Plugins page of the Settings / Preferences Dialog as described in Enabling and Disabling Plugins.
Basics
You can invoke UML class diagram from different places:
- From the various tool windows.
- From the Navigation bar.
- From the Structure tool window.
- From the editor.
IntelliJ IDEA displays UML diagrams in two modes:
- In a pop-up window.
- In a separate editor tab.
Prerequisites
Before you start working with UML diagrams, make sure that the UML Support plugin is enabled. The plugin is bundled with IntelliJ IDEA and is activated by default. If the plugin is not activated, enable it on the Plugins page of the Settings / Preferences Dialog as described in Enabling and Disabling Plugins.
Opening a uml class diagram
- Select the desired item, or open it in the editor.
- Do one of the following:
- On the context menu of the selection, click , and on the submenu, select the way you want to view the model: or .
- Press Ctrl+Shift+Alt+U or Ctrl+Alt+U.
The diagram is displayed in the editor tab or in the pop-up window:

