GenLSP.Notifications.TextDocumentDidSave (gen_lsp v0.0.7)
The document save notification is sent from the client to the server when the document got saved in the client.
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 }