View Source GenLSP.Requests.TextDocumentCodeAction (gen_lsp v0.10.0)
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 result() :: [GenLSP.Structures.Command.t() | GenLSP.Structures.CodeAction.t()] | nil
@type t() :: %GenLSP.Requests.TextDocumentCodeAction{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.CodeActionParams.t() | nil }