provideInlayHints
abstract fun provideInlayHints(document: TextDocument, range: Range, token: CancellationToken): ProviderResult<ReadonlyArray<T>>(source)
Provide inlay hints for the given range and document.
Note that inlay hints that are not contained by the given range are ignored.
Parameters
document
The document in which the command was invoked.
range
The range for which inlay hints should be computed.
token
A cancellation token.