Trying to reverse-engineer existing project and it would be of great help to see how classes collaborate/depend on each other. Is there a way to build project-wide UML diagram (or class diagram of any kind) in IntelliJ IDEA using build-in functionallity or using some free plugin?
相关问题
- System sequence diagram - Can system request input
- Configure gradle plugin based on future tasks
- How to make available “open this project in Intell
- Does Visual Studio 2010 Professional support UML m
- IntelliJ 2017.1.2 GOLANG debug does not work on br
相关文章
- In IntelliJ IDEA, how can I create a key binding t
- IntelliJ IDEA can't open projects or add SDK o
- IntelliJ Subversion Authentication Required Dialog
- Kotlin Koans with EduTools plugin: “Failed to laun
- How to set up Intellij to run javap command on a p
- How to enable “type information” for streams retur
- How to add a project to build path in IntelliJ Ide
- How do I use Gradle bootRun with --args in Intelli
Right click on your
package
no matter which. ClickDiagrams
>Show Diagram
(Ctrl+Alt+Shift+U). You will see your package in diagram editor.Now:
expand
(E) orcollapse
(C) all nodes.So, play with it a bit and i think you will achieve what you need.
This is how it could looks like: