for a single possible completion. You probably want to set this to false if you are using inline completion.
EntryCompletion.popupSingleMatch
bool popupSingleMatch() @property nothrowGet popupSingleMatch property.
Returns
Determines whether the completions popup window will shown
void popupSingleMatch(bool propval) @property nothrowSet popupSingleMatch property.
Parameters
propval | Determines whether the completions popup window will shown for a single possible completion. You probably want to set this to false if you are using inline completion. |