LSP::TextDocumentClientCapabilities::CodeActionClientCapabilities
Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
code_action_literal_support
The client supports code action literals as a valid
response of the textDocument/codeAction request.
code_action_literal_support=(code_action_literal_support : CodeActionLiteralSupportValue | Nil)
The client supports code action literals as a valid
response of the textDocument/codeAction request.
dynamic_registration=(dynamic_registration : Bool | Nil)
Whether code action supports dynamic registration.
is_preferred_support=(is_preferred_support : Bool | Nil)
Whether code action supports the isPreferred property.