TextDocumentContentChangeEvent

class Object
trait Matchable
class Any

Type members

Classlikes

case class S0(range: Range, rangeLength: Opt[uinteger], text: String)
Value parameters:
range

The range of the document that changed.

rangeLength

The optional length of the range that got replaced.

text

The new text for the provided range.

Companion:
object
Source:
aliases.scala
object S0
Companion:
class
Source:
aliases.scala
case class S1(text: String)
Value parameters:
text

The new text of the whole document.

Companion:
object
Source:
aliases.scala
object S1
Companion:
class
Source:
aliases.scala

Value members