PyCharm 2017.2 Help

Working with Diagrams

This feature is supported in the Professional edition only.

In this part:

Prerequisites

Before you start working with UML diagrams, make sure that the UML Support plugin is enabled. The plugin is bundled with PyCharm 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

UML model in PyCharm is represented by a Class diagram in standard notation.

PyCharm enables using UML class diagrams to analyze  Python classes,  and the structure of the databases and tables. Besides that, you can explore changes committed to VCS.

Features

In PyCharm, Class diagram features:

Last modified: 26 October 2017

See Also