This class controls the inline-only autocompletion components and their lifecycle. This is more lightweight than the popup-based autocompletion, as it can only work with exact prefix matches. There is an inline ghost text renderer and an optional command bar tooltip inside.

Constructors

Properties

activated: boolean
base: Anchor
changeTimer: {
    schedule: any;
    call(): void;
    cancel(): void;
    delay(timeout?: number): void;
    isPending(): any;
    (timeout?: number): void;
}
commands: { [key: string]: Command }

}

completionProvider: CompletionProvider
completions: FilteredList
editor: Editor
inlineRenderer: AceInline
inlineTooltip: CommandBarTooltip
keyboardHandler: HashHandler

Methods