GenLSP.Protocol.Structures.DocumentSymbolClientCapabilities (gen_lsp v0.0.1)

Client Capabilities for a DocumentSymbolRequest.

properties

Properties

dynamicRegistration :: boolean

Whether document symbol supports dynamic registration.

symbolKind :: unimplemented doc type

Specific capabilities for the SymbolKind in the textDocument/documentSymbol request.

hierarchicalDocumentSymbolSupport :: boolean

The client supports hierarchical document symbols.

tagSupport :: unimplemented doc type

The client supports tags on SymbolInformation. Tags are supported on DocumentSymbol if hierarchicalDocumentSymbolSupport is set to true. Clients supporting tags have to handle unknown tags gracefully.

@since 3.16.0

labelSupport :: boolean

The client supports an additional label presented in the UI when registering a document symbol provider.

@since 3.16.0