This class is responsible for providing completions and inserting them to the editor

Constructors

Properties

active: boolean
completers: Completer[]
completions: FilteredList
initialPosition: { pos: Point; prefix: string }

Methods

  • This is the entry point to the class, it gathers, then provides the completions asynchronously via callback. The callback function may be called multiple times, the last invokation is marked with a finished flag

    Parameters

    Returns void