struct LSP::TextEdit

Included Modules

Defined in:

lsp/protocol/text_edit.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(new_text : String, range : LSP::Range) #

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

[View source]

Instance Method Detail

def new_text : String #

[View source]
def new_text=(new_text : String) #

[View source]
def range : Range #

The range of the text document to be manipulated. To insert text into a document create a range where start === end.


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

The range of the text document to be manipulated. To insert text into a document create a range where start === end.


[View source]