C# 类图查看器?包括。诸如 has-a 和 is-a 之类的关系
我想要一个 GUI 工具,它可以显示 C# 项目的图表,其中包含使用 is-a 和 has-a 关系连接的类,以及 public 和 has-a 关系的列表。每个班级的私人成员。
VS“类图工具”非常缺乏。难以导航、不显示 has-a 关系、不按名称空间分组等。
I'd like a GUI tool that can display a diagram of a C# project, consisting of classes connected with is-a and has-a relationships, and lists of public & private members for each class.
The VS "class diagram tool" is pretty lacking. Hard to navigate, doesn't display has-a relationships, not grouped by namespaces, etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Visual Studio 2010 旗舰版 支持 UML,如果您没有 Ultimate,可以使用 SDE for Visual Studio 等插件。
编辑:SDE 支持即时逆向工程将现有程序集转换为 UML 图。
Visual Studio 2010 Ultimate supports UML and if you don't have Ultimate there are plugins like SDE for Visual Studio.
Edit: SDE supports Instant Reverse engineering of an existing assembly into a UML diagram.
我找到了在VS中实现的方法。此答案中对此进行了描述:
Visual Studio 类图未显示关系< /a>
请参阅第二条评论,其中建议使用 PowerToys 进行 VS 类设计器。效果很好。
I found a way to do it in VS. It's described in this answer:
Visual Studio Class Diagram not showing relationships
See the second comment, which recommends using PowerToys for the VS class designer. Works great.