Open ire4ever1190 opened 11 months ago
This uses DocumentSymbol if the client supports it which allows enum/type fields to be shown
DocumentSymbol
proc test() = discard type Something = object hello*: tuple[name: string] Test = enum Colour
Produces
This uses
DocumentSymbol
if the client supports it which allows enum/type fields to be shownProduces