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[]>
    • Parameters

      Returns ProviderResult<VInlayHint[]>