class

LSProtocol::WorkspaceSymbolClientCapabilities

Inherits JSON::Serializable / Reference / Object

Client capabilities for a WorkspaceSymbolRequest.

Constructors

new(pull : JSON::PullParser)
Source
new(dynamic_registration : Bool | Nil = nil, resolve_support : ClientSymbolResolveOptions | Nil = nil, symbol_kind : ClientSymbolKindOptions | Nil = nil, tag_support : ClientSymbolTagOptions | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

dynamic_registration

Symbol request supports dynamic registration.

Source
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

Source
symbol_kind

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

Source
tag_support

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

@since 3.16.0

Source