TextDocumentSyncClientCapabilities

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

Attributes

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.

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