View Source GenLSP.Notifications.TextDocumentWillSave (gen_lsp v0.8.1)

A document will save notification is sent from the client to the server before the document is actually saved.

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Notifications.TextDocumentWillSave{
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.WillSaveTextDocumentParams.t() | nil
}