Class KernelCompleterProvider

A kernel connector for completion handlers.

Hierarchy

  • KernelCompleterProvider

Implements

Constructors

Properties

identifier: "CompletionProvider:kernel" = "CompletionProvider:kernel"

Unique identifier of the provider

rank: number

Rank used to order completion results from different completion providers.

Note: The default providers (CompletionProvider:context and

CompletionProvider:kernel) use a rank of ≈500. If you want to give priority to your provider, use a rank of 1000 or above.

The rank is optional for backwards compatibility. If the rank is undefined, it will assign a rank of [1, 499] making the provider available but with a lower priority.

renderer: null

Renderer for provider's completions (optional).

Methods

  • The kernel completion provider is applicable only if the kernel is available.

    Parameters

    Returns Promise<boolean>

  • Kernel provider will activate the completer in continuous mode after the . character.

    Parameters

    Returns boolean

Generated using TypeDoc