class LSProtocol::CodeActionParams

Overview

The parameters of a CodeActionRequest.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(context : CodeActionContext | Nil, range : Range | Nil, text_document : TextDocumentIdentifier | Nil, partial_result_token : ProgressToken | Nil = nil, work_done_token : ProgressToken | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def context : CodeActionContext #

Context carrying additional information.


[View source]
def partial_result_token : ProgressToken | Nil #

[View source]
def range : Range #

The range for which the command was invoked.


[View source]
def text_document : TextDocumentIdentifier #

[View source]
def work_done_token : ProgressToken | Nil #

[View source]