ChangeAnnotationSupport

langoustine.lsp.structures.WorkspaceEditClientCapabilities.ChangeAnnotationSupport
See theChangeAnnotationSupport companion object
case class ChangeAnnotationSupport(groupsOnLabel: Opt[Boolean])

Value parameters

groupsOnLabel

Whether the client groups edits with equal labels into tree nodes, for instance all edits labelled with "Changes in Strings" would be a tree node.

Attributes

Companion
object
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