View Source GenLSP.Structures.WillSaveTextDocumentParams (gen_lsp v0.10.0)
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
fields
Fields
- text_document: The document that will be saved.
- reason: The 'TextDocumentSaveReason'.