LineGetter.autoSuggest

Turn on auto suggest if you want a greyed thing of what tab would be able to fill in as you type.

You might want to turn it off if generating a completion list is slow.

Or if you know you want it, be sure to turn it on explicitly in your code because I reserve the right to change the default without advance notice.

class LineGetter
bool autoSuggest;

Meta

History

On March 4, 2020, I changed the default to false because it is kinda slow and not useful in all cases.

Suggestion Box / Bug Report