Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InlayHintsAdapter

Index

Constructors

Properties

cache: Cache<InlayHint> = ...
disposables: Map<number, DisposableCollection> = ...

Methods

  • isValidInlayHint(hint: InlayHint, range?: Range): boolean
  • provideInlayHints(resource: URI, range: Range, token: CancellationToken): Promise<undefined | InlayHintsDto>
  • releaseHints(id: number): Promise<void>