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) #

def self.new(**args) #

Instance Method Detail

def range : Range? #

The range of the document that changed.


def range=(range : Range?) #

The range of the document that changed.


def text : String #

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


def text=(text : String) #

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