struct

LSP::Data::TextDocumentClientCapabilities::CodeAction

Inherits JSON::Serializable < 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 support code action literals as a valid response of the textDocument/codeAction request.

Since 3.8.0

Source
code_action_literal_support=(code_action_literal_support : CodeActionLiteralSupport)

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

Since 3.8.0

Source
dynamic_registration

Whether code action supports dynamic registration.

Source
dynamic_registration=(dynamic_registration : Bool)

Whether code action supports dynamic registration.

Source