UML Diagrams in CLion Follow
Answered
I want to create UML Diagrams from existing classes in C++ using CLion. Simple UML is not available for CLion. What alternatives are people using?
Please sign in to leave a comment.
We have a feature request about UML support in our tracker: https://youtrack.jetbrains.com/issue/OC-1038. Please feel free to upvote. Meanwhile you can take a look at this plugin. Or you can create a plugin on your own. As all other JetBrains IntelliJ-Platform-based products, CLion is open to plugin development. Find useful information here.
Note the PlantUML plugin you suggested above allows creating UML diagrams from scratch, it does not support creating them from C++ unfortunately.
Any news for that feature? Any inheritance diagram would work as far as I am concerned.
Hi,
No specific plans on this for now. Sorry for that. But there are lots of other things with higher priority and limited resources on our team here.
However, we still might consider it in the future. Or you might want to try a 3rd party plugin mentioned above.
Anastasia Kazakova and as mentioned above it's not capable of creating diagrams from c++ source code. JB already has a tool called "Diagrams" the job is just to write an adapter class and implement at least the most basic functionality of the UML graph