struct

LSP::TextDocumentClientCapabilities::CodeActionClientCapabilities

Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

code_action_literal_support

The client supports code action literals as a valid response of the textDocument/codeAction request.

Source
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.

Source
dynamic_registration

Whether code action supports dynamic registration.

Source
dynamic_registration=(dynamic_registration : Bool | Nil)

Whether code action supports dynamic registration.

Source
is_preferred_support

Whether code action supports the isPreferred property.

Source
is_preferred_support=(is_preferred_support : Bool | Nil)

Whether code action supports the isPreferred property.

Source

Nested types