GenLSP.Requests.TextDocumentFormatting (gen_lsp v0.0.4)
A request to format a whole document.
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Requests.TextDocumentFormatting{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.DocumentFormattingParams.t() | nil }