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

Client capabilities for a WorkspaceSymbolRequest.

properties

Properties

dynamicRegistration :: boolean

Symbol request supports dynamic registration.

symbolKind :: unimplemented doc type

Specific capabilities for the SymbolKind in the workspace/symbol request.

tagSupport :: unimplemented doc type

The client supports tags on SymbolInformation. Clients supporting tags have to handle unknown tags gracefully.

@since 3.16.0

resolveSupport :: unimplemented doc type

The client support partial workspace symbols. The client will send the request workspaceSymbol/resolve to the server to resolve additional properties.

@since 3.17.0