View Source GenLSP.Requests.TextDocumentInlayHint (gen_lsp v0.10.0)
A request to provide inlay hints in a document. The request's parameter is of type {@link InlayHintsParams}, the response is of type {@link InlayHint 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()] | nil
@type t() :: %GenLSP.Requests.TextDocumentInlayHint{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.InlayHintParams.t() | nil }