View source
typedef TextDocumentSyncClientCapabilities
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Fields
optionalwillSaveWaitUntil:Null<Bool>
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.
optionaldynamicRegistration:Null<Bool>
Whether text document synchronization supports dynamic registration.