TextDocumentContentChangeEvent

langoustine.lsp.aliases.TextDocumentContentChangeEvent

Attributes

Source
aliases.scala
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
Source
aliases.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object S0

Attributes

Companion
class
Source
aliases.scala
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
Source
aliases.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object S1

Attributes

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

Attributes

Source
aliases.scala
Supertypes
trait TypeTest[Any, TextDocumentContentChangeEvent]
trait Serializable
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

Attributes

Source
aliases.scala

Attributes

Source
aliases.scala

Givens

Inherited givens

Attributes

Inherited from:
aliases_TextDocumentContentChangeEvent (hidden)
Source
codecs.scala

Attributes

Inherited from:
aliases_TextDocumentContentChangeEvent (hidden)
Source
codecs.scala