Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 495 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 495 Bytes

Vsix-QuickClassMap

This Visual Studio extension shows relationships between classes in your C# project, as well as in individual folders or files. It also supports the selection of multiple folders or files.

The output is a DGML diagram. (You need to have the DGML component installed in Visual Studio.)

The extension uses heuristics to distinguish between five types of relationships:

  • Inheritance
  • Implementation
  • Composition
  • Aggregation
  • Uses

Screenshot