LSP::Data::TextDocumentClientCapabilities::CodeAction
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
code_action_literal_support
The client support code action literals as a valid
response of the textDocument/codeAction request.
Since 3.8.0
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
dynamic_registration=(dynamic_registration : Bool)
Whether code action supports dynamic registration.