TextDocumentContentChangeEvent

langoustine.lsp.aliases$.TextDocumentContentChangeEvent$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

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

Attributes

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object S0

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
S0.type
case class S1(text: String)

Attributes

text

The new text of the whole document.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object S1

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
S1.type

Attributes

Graph
Supertypes
trait TypeTest[Any, TextDocumentContentChangeEvent]
trait Serializable
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

Givens

Inherited givens

Attributes

Inherited from:
aliases_TextDocumentContentChangeEvent (hidden)

Attributes

Inherited from:
aliases_TextDocumentContentChangeEvent (hidden)