esteinberg / plantuml4idea

Intellij IDEA plugin for PlantUML
Apache License 2.0
618 stars 111 forks source link

generate associations and Dependencies #380

Closed efinder2 closed 1 year ago

efinder2 commented 1 year ago

Sometimes i Need to generate a class diagram with lots of associations / dependencies. At the moment i create them manually.

It would be nice, if the plugin offered this option. It could read the import statements and parse them.

cenqiongyu commented 1 year ago

Yeah. It happens to me too. It can't generate associations and dependencies automatically.

krasa commented 1 year ago

IntelliJ itself can generate diagrams from the code - https://www.jetbrains.com/help/idea/class-diagram.html#manage_class_diagram - it can be exported to PlantUML

this plugin makes images, not code.