TextDocumentContentChangeEvent

langoustine.lsp.aliases$.TextDocumentContentChangeEvent$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object S0

Attributes

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

Value parameters

text

The new text of the whole document.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object S1

Attributes

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

Attributes

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)