resolveInlayHint

abstract var resolveInlayHint: (hint: T, token: CancellationToken) -> ProviderResult<T>?(source)

Given an inlay hint fill in tooltip, text edits, or complete label parts.

Note that the editor will resolve an inlay hint at most once.

Parameters

hint

An inlay hint.

token

A cancellation token.