(01/2020)
- Visual Studio 2019 support.
(07/2017)
- Bugfix: exception when adding related entities with the bubble list box.
(05/2017)
- Visual Studio 2017 support.
(01/2017)
First experimental release to gather feedback.
- Visual Studio 2015 extension.
- Add entities from source code to diagram.
- Types: class, interface, struct, enum, delegate.
- Type features: description (xml comment summary), is abstract, is from source or metadata.
- Relationships: inherits, implements.
- Visually extend diagram nodes with related entities.
- Jump from diagram node to corresponding source code.
- Export diagram image to file or clipboard.
- Refresh diagram to reflect code changes.
- More diagram content:
- Show namespaces and dependencies.
- Show assemblies and dependencies.
- Show type members (methods, properties, fields, etc.)
- Show call, read, write, create relationships.
- Diagram manipulations:
- Select diagram nodes/relationships.
- Move/remove selected shapes.
- Smarter diagram layout.
- Undo/redo diagram manipulation.
- Minimap for navigating in large diagrams.
- Multiple diagram windows.
- Live automatic update of the diagram with code changes.
- Follow in-code navigations on the diagram to provide a continuous visual context.
- Refactor code by modifying the diagram.
- ...