Comments
Sort by recent activity
Clive, what I'm talking about is if you select an entire namespace and right-click -> Disassemble. At the bottom of the window is an Expand Types hyperlink that, when clicked, expands all class definitions.
I've just tried this on a different namespace - that actually has something other than constructors and properties - and it works exactly as you described. But if I select a single class, the hyperlink at the bottom reads Expand Methods, and if I click that, all methods in the class - including ctors - are expanded to show their contents.
I was under the impression that "Expand Types" and "Expand Methods" did the same thing, so I must apologise for the confusion. However, it would be nice if the "namespace view" had an Expand Methods link as well as Expand Types, so I guess this post has turned into a feature request. [image] / comments
Clive, what I'm talking about is if you select an entire namespace and right-click -> Disassemble. At the bottom of the window is an Expand Types hyperlink that, when clicked, expands all class def...