TextEdit

langoustine.lsp.structures$.TextEdit
See theTextEdit companion object
case class TextEdit(range: Range, newText: String)

A text edit applicable to a text document.

Attributes

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.

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product