struct LSP::SemanticTokensClientCapabilities
- LSP::SemanticTokensClientCapabilities
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/semantic_tokens_client_capabilities.crConstructors
- .new(pull : JSON::PullParser)
- .new(dynamic_registration : Bool | Nil = nil, token_types : Nil | Array(String) = nil)
Instance Method Summary
-
#dynamic_registration : Bool | Nil
Whether definition supports dynamic registration.
-
#dynamic_registration=(dynamic_registration : Bool | Nil)
Whether definition supports dynamic registration.
-
#token_types : Array(String) | Nil
The token types that the client supports.
-
#token_types=(token_types : Array(String) | Nil)
The token types that the client supports.
Constructor Detail
Instance Method Detail
def dynamic_registration=(dynamic_registration : Bool | Nil)
#
Whether definition supports dynamic registration.
The token types that the client supports.