View Source GenLSP.Notifications.TextDocumentDidChange (gen_lsp v0.10.0)
The document change notification is sent from the client to the server to signal changes to a text document.
Message Direction: clientToServer
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Notifications.TextDocumentDidChange{ jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.DidChangeTextDocumentParams.t() | nil }