Class CompletionProviderManager

A manager for completion providers.

Implements

Constructors

Properties

Inline completer actions.

Accessors

Methods

  • Activate the providers by id, the list of ids is populated from user setting. The non-existing providers will be discarded.

    Parameters

    • providerIds: string[]

      Array of strings with ids of provider

    Returns void

  • Whether to suppress the tab completer when inline completions are presented.

    Parameters

    • suppress: boolean

    Returns void