struct LSP::CodeActionOptions

Included Modules

Defined in:

base/capabilities/server_capabilities.cr

Constructors

Instance Method Summary

Instance methods inherited from module LSP::WorkDoneProgressOptions

work_done_progress : Bool | Nil work_done_progress, work_done_progress=(work_done_progress : Bool | Nil) work_done_progress=

Macros inherited from module JSON::Serializable

json_discriminator(field, mapping, *, default = nil) json_discriminator

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(**args) #

[View source]

Instance Method Detail

def code_action_kinds : Array(CodeActionKind) | Nil #

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.


[View source]
def code_action_kinds=(code_action_kinds : Array(CodeActionKind) | Nil) #

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.


[View source]