XSharpPublic icon indicating copy to clipboard operation
XSharpPublic copied to clipboard

[VS Integration]Full document outline window

Open vfp9 opened this issue 1 year ago • 1 comments

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#?

vfp9 avatar Oct 24 '24 14:10 vfp9

We can implement that, but you're the first person that asks for this. And it is not trivial.

RobertvanderHulst avatar Oct 29 '24 15:10 RobertvanderHulst