StaticstartOptionalindex: numberThis function is the entry point to the class. This triggers the gathering of the autocompletion and displaying the results;
Optionaloptions: Ace.CompletionOptionsStaticcreateFactory method to create a command bar tooltip for inline autocomplete.
The parent element where the tooltip HTML elements will be added.
The command bar tooltip for inline autocomplete
Staticfor
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.