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

A request to provide commands for the given text document and range.

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

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