TextDocumentSyncClientCapabilities

langoustine.lsp.structures.TextDocumentSyncClientCapabilities
See theTextDocumentSyncClientCapabilities companion object
case class TextDocumentSyncClientCapabilities(dynamicRegistration: Opt[Boolean], willSave: Opt[Boolean], willSaveWaitUntil: Opt[Boolean], didSave: Opt[Boolean])

Value parameters

didSave

The client supports did save notifications.

dynamicRegistration

Whether text document synchronization supports dynamic registration.

willSave

The client supports sending will save notifications.

willSaveWaitUntil

The client supports sending a will save request and waits for a response providing text edits which will be applied to the document before it is saved.

Attributes

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