XSharpPublic
XSharpPublic copied to clipboard
[VS Integration]Full document outline window
Is your feature request related to a problem? Please describe. For a PRG file with a large number of methods, it is inconvenient to locate an existing method when accessing or modifying it. The existing Document Outline window, which only displays the hierarchy of controls in the (winform) designer.
Describe the solution you'd like In C#, the document outline window renders the results well, both in the designer and in the code. is it possible to implement the same display of the document outline window for C# in X#?
We can implement that, but you're the first person that asks for this. And it is not trivial.