Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UML diagram of whole project in intellij idea

How can I get a diagram of all classes in the project in intellij idea?

like image 914
Yiour Avatar asked Oct 19 '17 11:10

Yiour


1 Answers

IntelliJ Ultimate Edition provides a diagram feature. More details in the docs.

If you are using IntelliJ Community Edition then you'll need to install a plugin such as:

  • Code Iris
  • Plant UML

You can install these plugins from Preferences > Plugins ...

enter image description here

like image 136
glytching Avatar answered Oct 13 '22 22:10

glytching