struct

LSP::DidChangeTextDocumentParams::TextDocumentContentChangeEvent

Inherits LSP::Initializer < JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

range

The range of the document that changed.

Source
range=(range : Range)

The range of the document that changed.

Source
text

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

Source
text=(text : String)

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

Source