• Returns a completion source that adds completions for a scope object.

    Parameters

    • scope: any

      Scope object you want to provide completions for. For example window.

    • Optional commitChars: string

      If a character in this string is typed and and of these options is selected, the option is inserted right before typing that character.

    Returns CompletionSource<{
        path: null | string[];
    }>

Generated using TypeDoc