bjorkstromm / depends

Tool for generating dependency trees for .NET projects
MIT License
537 stars 41 forks source link

Drill-through navigation #25

Closed idontsov closed 2 years ago

idontsov commented 2 years ago

This PR adds simple drill-through navigation for the runtime, package, and reverse dependencies lists.

Inspired by https://github.com/bjorkstromm/depends/issues/20, but history (go back) is not implemented.

idontsov commented 2 years ago

Btw, do you happen to know if it's possible to open selected item using <space> also, in addition to <enter>?

That would require a custom ListView, I guess. The built-in implementation uses <space> to mark/unmark rows.

Why would you want to achieve such a non-regular UX?