简体   繁体   English

Visual Studio 扩展 - 继承类图

[英]Visual Studio extension - Inheritance class diagram

In Visual studio 2013, we have an option to "view the class diagram" for a single project where it shows the inheritance relationships(hierarchy).在 Visual Studio 2013 中,我们可以选择“查看类图”以显示单个项目的继承关系(层次结构)。

In my application, I have base classes in one project & derived classes in another.在我的应用程序中,我在一个项目中有基类,而在另一个项目中有派生类。 Is there any extension that can automatically generate the class diagram with inheritance relationship among multiple projects?有没有什么扩展可以自动生成多个项目之间有继承关系的类图?

Old question but it could still be relevant for others.老问题,但它可能仍然适用于其他人。

There's a Visual Studio extension called Quick Diagram that can generate type inheritance diagrams that are not limited to a single project.有一个名为Quick Diagram的 Visual Studio 扩展可以生成不限于单个项目的类型继承图。 The types can be anywhere in the solution, in any project (in source code or in referenced metadata).类型可以在解决方案中的任何位置,在任何项目中(在源代码中或在引用的元数据中)。

It can be found here: link可以在这里找到: 链接

It's free, open source.它是免费的、开源的。 However it does not support VS2013 only VS2015.但是它不支持 VS2013 只支持 VS2015。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM