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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article