GenLSP.Requests.TextDocumentOnTypeFormatting (gen_lsp v0.0.3)

A request to format a document on type.

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Requests.TextDocumentOnTypeFormatting{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.DocumentOnTypeFormattingParams.t() | nil
}