View source
typedef TextDocumentContentChangeEvent
package languageServerProtocol.textdocument
import languageServerProtocol.textdocument.TextDocument
An event describing a change to a text document. If range and rangeLength are omitted the new text is considered to be the full content of the document.
Fields
optionalrangeLength:Null<Int>
Deprecated: "use range instead."
The optional length of the range that got replaced.