ChangeAnnotation

langoustine.lsp.structures.ChangeAnnotation
See theChangeAnnotation companion object
case class ChangeAnnotation(label: String, needsConfirmation: Opt[Boolean], description: Opt[String])

Additional information that describes document changes.

Value parameters

description

A human-readable string which is rendered less prominent in the user interface.

label

A human-readable string describing the actual change. The string is rendered prominent in the user interface.

needsConfirmation

A flag which indicates that user confirmation is needed before applying the change.

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