InlayHintsProvider
The inlay hints provider interface defines the contract between extensions and the inlay hints feature.
Properties
Link copied to clipboard
An optional event to signal that inlay hints from this provider have changed.
Link copied to clipboard
Given an inlay hint fill in tooltip}, {@link InlayHint.textEdits text edits, or complete label parts.
Functions
Link copied to clipboard
abstract fun provideInlayHints(document: TextDocument, range: Range, token: CancellationToken): ProviderResult<ReadonlyArray<T>>
Provide inlay hints for the given range and document.