bjorkstromm / depends

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

Forward/backward navigation in a sub-tree #20

Closed ransagy closed 2 years ago

ransagy commented 3 years ago

I think it would be very useful to be able to navigate up and down the trees. For example, If im looking at Package A, Being able to "select" something from the Depends or Reverse Depends lists and switch to that (and be able to go "back") can be very useful to quickly understand how a certain package is used.

bjorkstromm commented 3 years ago

@ransagy sorry for the late reply. I think that's a great idea. Select should IMO be done by pressing or similar.

bjorkstromm commented 2 years ago

Fixed by #25