LSProtocol::WorkspaceSymbolClientCapabilities
Inherits JSON::Serializable / Reference / Object
Client capabilities for a WorkspaceSymbolRequest.
Constructors
new(pull : JSON::PullParser)
Sourcenew(dynamic_registration : Bool | Nil = nil, resolve_support : ClientSymbolResolveOptions | Nil = nil, symbol_kind : ClientSymbolKindOptions | Nil = nil, tag_support : ClientSymbolTagOptions | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
resolve_support
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
tag_support
The client supports tags on SymbolInformation.
Clients supporting tags have to handle unknown tags gracefully.
@since 3.16.0