AnnotatedTextEdit

langoustine.lsp.structures.AnnotatedTextEdit
See theAnnotatedTextEdit companion object
case class AnnotatedTextEdit(annotationId: ChangeAnnotationIdentifier, range: Range, newText: String)

A special text edit with an additional change annotation.

Value parameters

annotationId

The actual identifier of the change annotation

newText

The string to be inserted. For delete operations use an empty string.

range

The range of the text document to be manipulated. To insert text into a document create a range where start === end.

Attributes

Since

3.16.0.

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product