Is there a plugin for VisualStudio for conveniently displaying delegates, anonymous functions, classes, subclasses and variables / methods declared in them.

The standard display does not suit you, you have to constantly click on the classes to look in the second half of the Class Browser window, what is in this class. I liked how it was done in MonoDevelop, without any running around you can open a few nodes of the tree and look inside.

    1 answer 1

    Something like Solution Navigator from Productivity Power Tools?

    • sorry there is no visual nesting of classes, well, thanks for that - Merlin