View source
class DidSaveTextDocumentNotification
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
The document save notification is sent from the client to the server when the document got saved in the client.
The document save notification is sent from the client to the server when the document got saved in the client.
staticfinalinlineread onlytype:ProtocolNotificationType<DidSaveTextDocumentParams, TextDocumentSaveRegistrationOptions> = new ProtocolNotificationType<DidSaveTextDocumentParams,TextDocumentSaveRegistrationOptions>("textDocument/didSave")