class LSP::CodeActionParams

Included Modules

Defined in:

lsp/protocol/code_action_params.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def context : CodeActionContext #

Context carrying additional information.


[View source]
def context=(context : CodeActionContext) #

Context carrying additional information.


[View source]
def range : Range #

The range for which the command was invoked.


[View source]
def range=(range : Range) #

The range for which the command was invoked.


[View source]
def text_document : TextDocumentIdentifier #

[View source]
def text_document=(text_document : TextDocumentIdentifier) #

[View source]