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

A request to resolve additional properties for an inlay hint. The request's parameter is of type {@link InlayHint}, the response is of type {@link InlayHint} 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.Structures.InlayHint.t()
@type t() :: %GenLSP.Requests.InlayHintResolve{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.InlayHint.t() | nil
}