"UML Support" Plugin for IntelliJ

boltup_im_coding picture boltup_im_coding · Sep 4, 2015 · Viewed 43.5k times · Source

I must be missing something. I am reading this article and it says that there is a plugin called "UML Support" which is enabled by default. I didn't have it, so I went to Preferences > Plugins and see no such plugin. Searching didn't show it as well.

This page which is a sub-page of the previous one says I should be able to press CMDShiftOptionU and a diagram will come up. That doesn't work, and I also don't see a Diagram > Show Diagram on any context menu for my files in the project.

How can I see UML Diagrams of my codebase? It looks like it should be straightforward but I don't see any of these in Intellij 14.1.4

Answer

Artem Solovev picture Artem Solovev · Feb 1, 2016

You can install the free plugin - Code Iris. enter image description here


I use PlantUML for creating diagrams

enter image description here

Other tools of this type in the IntelliJ IDEA are paid.


I chose a more powerful alternative:
In Netbeans - easyUML
In Eclipse - ObjectAid, Papyrus, Eclipse Modeling Tools

enter image description here