Variable LineGetter.autoSuggest

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

class LineGetter
{
  // ...
  bool autoSuggest = true;
  // ...
}

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