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

A request to provide code lens for the given text document.

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

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