class

LSProtocol::DocumentSymbolClientCapabilities

Inherits JSON::Serializable / Reference / Object

Client Capabilities for a DocumentSymbolRequest.

Constructors

new(pull : JSON::PullParser)
Source
new(dynamic_registration : Bool | Nil = nil, hierarchical_document_symbol_support : Bool | Nil = nil, label_support : Bool | 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

Whether document symbol supports dynamic registration.

Source
hierarchical_document_symbol_support

The client supports hierarchical document symbols.

Source
label_support

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

@since 3.16.0

Source
symbol_kind

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

Source
tag_support

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

Source