View Source GenLSP.Requests.TextDocumentOnTypeFormatting (gen_lsp v0.8.1)

A request to format a document on type.

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

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