View source
class DidChangeTextDocumentNotification
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
The document change notification is sent from the client to the server to signal changes to a text document.
The document change notification is sent from the client to the server to signal changes to a text document.
staticfinalinlineread onlytype:ProtocolNotificationType<DidChangeTextDocumentParams, TextDocumentChangeRegistrationOptions> = new ProtocolNotificationType<DidChangeTextDocumentParams,TextDocumentChangeRegistrationOptions>("textDocument/didChange")