struct

LSP::Data::TextDocumentClientCapabilities::DocumentSymbol

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

dynamic_registration

Whether document symbol supports dynamic registration.

Source
dynamic_registration=(dynamic_registration : Bool)

Whether document symbol supports dynamic registration.

Source
hierarchical_document_symbol_support

The client support hierarchical document symbols.

Source
hierarchical_document_symbol_support=(hierarchical_document_symbol_support : Bool)

The client support hierarchical document symbols.

Source
symbol_kind

Specific capabilities for the SymbolKind.

Source
symbol_kind=(symbol_kind : SymbolKindSet)

Specific capabilities for the SymbolKind.

Source