GenLSP.Requests.TextDocumentCodeLens (gen_lsp v0.0.5)

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

Link to this section Summary

Link to this section Types

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