View Source GenLSP.Structures.DocumentRangeFormattingParams (gen_lsp v0.10.0)
The parameters of a {@link DocumentRangeFormattingRequest}.
Link to this section Summary
Functions
Fields
- text_document: The document to format.
- range: The range to format
- options: The format options
- work_done_token: An optional token that a server can use to report work done progress.
Link to this section Types
@type t() :: %GenLSP.Structures.DocumentRangeFormattingParams{ options: GenLSP.Structures.FormattingOptions.t(), range: GenLSP.Structures.Range.t(), text_document: GenLSP.Structures.TextDocumentIdentifier.t(), work_done_token: GenLSP.TypeAlias.ProgressToken.t() | nil }
Link to this section Functions
fields
Fields
- text_document: The document to format.
- range: The range to format
- options: The format options
- work_done_token: An optional token that a server can use to report work done progress.