struct

LSP::SemanticTokensClientCapabilities

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(dynamic_registration : Bool | Nil = nil, token_types : Nil | Array(String) = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

dynamic_registration

Whether definition supports dynamic registration.

Source
dynamic_registration=(dynamic_registration : Bool | Nil)

Whether definition supports dynamic registration.

Source
token_types

The token types that the client supports.

Source
token_types=(token_types : Array(String) | Nil)

The token types that the client supports.

Source