View source
class WillSaveTextDocumentNotification
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A document will save notification is sent from the client to the server before the document is actually saved.
A document will save notification is sent from the client to the server before the document is actually saved.
staticfinalinlineread onlytype:ProtocolNotificationType<WillSaveTextDocumentParams, TextDocumentRegistrationOptions> = new ProtocolNotificationType<WillSaveTextDocumentParams,TextDocumentRegistrationOptions>("textDocument/willSave")