InlayHintsProvider

The inlay hints provider interface defines the contract between extensions and the inlay hints feature.

Online Documentation

Properties

Link copied to clipboard

An optional event to signal that inlay hints from this provider have changed.

Link copied to clipboard
abstract var resolveInlayHint: (hint: T, token: CancellationToken) -> ProviderResult<T>?

Given an inlay hint fill in tooltip}, {@link InlayHint.textEdits text edits, or complete label parts.

Functions

Link copied to clipboard

Provide inlay hints for the given range and document.