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

A request to provide inline values in a document. The request's parameter is of type {@link InlineValueParams}, the response is of type {@link InlineValue InlineValue[]} or a Thenable that resolves to such.

@since 3.17.0

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

@type result() :: [GenLSP.TypeAlias.InlineValue.t()] | nil
@type t() :: %GenLSP.Requests.TextDocumentInlineValue{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.InlineValueParams.t() | nil
}