How to build project-wide UML diagram in IntelliJ IDEA?

大城市里の小女人 提交于 2019-12-02 20:16:37

Right click on your package no matter which. Click Diagrams > Show Diagram (Ctrl+Alt+Shift+U). You will see your package in diagram editor.

Now:

  • You can expand (E) or collapse (C) all nodes.
  • You can show dependencies
  • You can show many attributes of nodes (constructors, methods, properties...)
  • You can drag&drop other packages from project explorer.

So, play with it a bit and i think you will achieve what you need.

This is how it could looks like:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!