struct LSP::DidChangeTextDocumentParams::TextDocumentContentChangeEvent

Included Modules

Defined in:

notifications/text_synchronization/did_change.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def range : Range #

The range of the document that changed.


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

The range of the document that changed.


[View source]
def text : String #

The new text for the provided range - or the whole document.


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

The new text for the provided range - or the whole document.


[View source]