Generating class diagram

Hello,
I would like to generate a class diagram from a java application and I ask how to add this feature to intellijIdea and how to use it?
Thanks

0
Avatar
Permanently deleted user

Select a file (in the editor, the Project tool window, or navigation bar) or directory (in the Project tool window, or navigation bar) and then either

  1. Right click it and select Diagrams > Show Diagram from the context menu, or
  2. simply type CTRL+ALT+Shift+U


In the resultant diagram window, you can turn on and off features such as showing methods and dependencies. Overall, it does a great job. But it does not provide all the functionality a standalone UML tool would provide. Enough for most uses though.

0

请先登录再写评论。