According to this page I can get UML model using "CTRL+ALT+U" shortcut. But I cannot make it work in my instance of IDEA, Community Edition version 13.1.3
相关问题
- 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
Diagrams are not available in the Community Edition. Community vs Ultimate editions comparison.
Possible steps:
1) Right click on a package from the project panel
2) Near the bottom of the popup, select "Diagrams" then "Show Diagram"
3) Hopefully you will see a class model of the package.