Bug 319018

Summary: hide completion list if only one entry is in there which matches what was already typed
Product: [Developer tools] kdev-python Reporter: Sven Brauch <mail>
Component: Code completionAssignee: Sven Brauch <mail>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: git master   
Target Milestone: 1.6.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sven Brauch 2013-04-28 10:21:47 UTC
For example, if you write "import random", then the completion widget shoud be hidden because there's no point in showing it. Note that the widget should only be hidden if the only suggestion matches the text being typed.

This probably needs to be done depending on the item type, since you don't want to do it for e.g. function items (since executing them adds the brackets etc).

Reproducible: Always