should be inserted automatically in the entry. Note that this requires text-column to be set, even if you are using a custom match function.
EntryCompletion.inlineCompletion
bool inlineCompletion() @propertyGet inlineCompletion property.
Returns
Determines whether the common prefix of the possible completions
void inlineCompletion(bool propval) @propertySet inlineCompletion property.
Parameters
propval | Determines whether the common prefix of the possible completions should be inserted automatically in the entry. Note that this requires text-column to be set, even if you are using a custom match function. |