• Registers completion sources for a set of languages. If any of the languages already have completion sources, they're overridden.

    Type Parameters

    • T extends object

    Parameters

    • langs: string[]

      Array of languages you want the completions to apply for.

    • definition: CompletionDefinition<T>

      Defines the completion sources for the languages along with additional properties on the context passed to the completion sources.

    Returns void

Generated using TypeDoc