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.

Attributes

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.

Since:

3.16.0

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