struct
LSP::TextDocumentClientCapabilities::CompletionClientCapabilities::CompletionItemKindValue
- LSP::TextDocumentClientCapabilities::CompletionClientCapabilities::CompletionItemKindValue
- Struct
- Value
- Object
Included Modules
Defined in:
base/capabilities/text_document_client_capabilites.crConstructors
Instance Method Summary
-
#value_set : Array(CompletionItemKind) | Nil
The completion item kind values the client supports.
-
#value_set=(value_set : Array(CompletionItemKind) | Nil)
The completion item kind values the client supports.
Macros inherited from module JSON::Serializable
json_discriminator(field, mapping, *, default = nil)
json_discriminator
Constructor Detail
Instance Method Detail
The completion item kind values the client supports. When this property exists the client also guarantees that it will handle values outside its set gracefully and falls back to a default value when unknown.
If this property is not present the client only supports
the completion items kinds from Text to Reference as defined in
the initial version of the protocol.
The completion item kind values the client supports. When this property exists the client also guarantees that it will handle values outside its set gracefully and falls back to a default value when unknown.
If this property is not present the client only supports
the completion items kinds from Text to Reference as defined in
the initial version of the protocol.