Shel.NodeTypes.Analyzer icon indicating copy to clipboard operation
Shel.NodeTypes.Analyzer copied to clipboard

Dependency view for namespaces

Open Sebobo opened this issue 5 years ago • 0 comments

Currently the dependency view only works for single node types, or shows ALL dependencies.

Instead when selecting a namespace the chart should show all type in that namespace + all links outside and inside with a depth one 1.

This would allow seeing that a package or namespace depends upon and which other packages depend on it.

  • [x] Render all types of a package
  • [x] Render their direct outside supertypes
  • [ ] Render other types inheritance from the given types

Sebobo avatar May 12 '20 14:05 Sebobo