Type Alias ProvideInlayHintsSignature
ProvideInlayHintsSignature: ( this: void, document: TextDocument, viewPort: VRange, token: CancellationToken,) => ProviderResult<VInlayHint[]> Type declaration
- (
this: void,
document: TextDocument,
viewPort: VRange,
token: CancellationToken,
): ProviderResult<VInlayHint[]> Returns ProviderResult<VInlayHint[]>