struct LSP::TextDocumentClientCapabilities::CodeActionClientCapabilities::CodeActionLiteralSupportValue::CodeActionKindValue

Included Modules

Defined in:

base/capabilities/text_document_client_capabilites.cr

Constructors

Instance Method Summary

Macros inherited from module JSON::Serializable

json_discriminator(field, mapping, *, default = nil) json_discriminator

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(**args) #

[View source]

Instance Method Detail

def value_set : Array(CodeActionKind) | Nil #

The code action 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.


[View source]
def value_set=(value_set : Array(CodeActionKind) | Nil) #

The code action 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.


[View source]