View Source GenLSP.Notifications.TextDocumentDidSave (gen_lsp v0.10.0)
The document save notification is sent from the client to the server when the document got saved in the client.
Message Direction: clientToServer
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Notifications.TextDocumentDidSave{ jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.DidSaveTextDocumentParams.t() | nil }