IntelliJ - Angular - 如何只绘制模块图?

IntelliJ - Angular - How to diagram only the modules?

我正在使用最新的 IntelliJ 终极版,并试图为我正在进行的没有任何文档的项目生成有用的图表。我这样做是为了方便查看所有模块是什么以及它们与哪些模块交互。 我 运行 遇到的问题是,导入的所有内容都生成到图表中,使其比需要的大得多。 我想将图表限制为仅模块而不是其他所有内容。

我发现我可以单击我想要的所有模块,然后从这些模块中绘制图表以查看它们与之交互的内容,但我的图表中仍然有太多额外的部分。 IntelliJ 没有在他们的帮助页面中直接解决此信息:https://www.jetbrains.com/help/idea/project-module-dependencies-diagram.html#view_module_diagram

有谁知道如何通过只显示模块来缩小图表大小?

由于内存问题,尝试导出有时会失败。

遗憾的是,我 10 年前构建的家庭系统的处理能力比工作中的这台新机器还要强。

Just a tip to anyone out there. Ways to diagram

  • Right Click on a folder and select Diagrams -> Show Diagram... (Not the best option)
  • Select one or more files then Right Click on a folder and select Diagrams -> Show Diagram...

* -------------- *

* 下面的评论向我推荐了一个工具,它可以完成这项工作! *

* Compodoc *

* -------------- *

What is Compodoc ?

Compodoc is a documentation tool for Angular applications. It generates a static documentation of your application.

不幸的是,在 IDEA 中没有办法做到这一点。请投票给 WEB-35691 和链接的门票,以便在他们的任何进展中得到通知