struct LSP::CodeActionOptions
- LSP::CodeActionOptions
- Struct
- Value
- Object
Overview
Code Action options.
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/code_action_options.crConstructors
Instance Method Summary
-
#code_action_kinds : Array(String)
CodeActionKinds that this server may return.
-
#code_action_kinds=(code_action_kinds : Array(String))
CodeActionKinds that this server may return.
Constructor Detail
Instance Method Detail
CodeActionKinds that this server may return.
The list of kinds may be generic, such as CodeActionKind.Refactor
, or the server
may list out every specific kind they provide.
CodeActionKinds that this server may return.
The list of kinds may be generic, such as CodeActionKind.Refactor
, or the server
may list out every specific kind they provide.