View Source GenLSP.Structures.WillSaveTextDocumentParams (gen_lsp v0.8.1)

The parameters sent in a will save text document notification.

Link to this section Summary

Functions

Fields

  • text_document: The document that will be saved.
  • reason: The 'TextDocumentSaveReason'.

Link to this section Types

@type t() :: %GenLSP.Structures.WillSaveTextDocumentParams{
  reason: GenLSP.Enumerations.TextDocumentSaveReason.t(),
  text_document: GenLSP.Structures.TextDocumentIdentifier.t()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.WillSaveTextDocumentParams{}

View Source (struct)

fields

Fields

  • text_document: The document that will be saved.
  • reason: The 'TextDocumentSaveReason'.