====== Auto Complete Single Match ======
If you execute Auto Completion (Ctrl + Space) editor shows the list of known symbols, matching typed prefix:
{{:options:xml:auto-complete-single-match.png?450|Completion with one match}}
If there is only one single match for your prefix and you want directly insert the matching symbol into code, it may be faster to not show completion list at all, if an only single match exists, but directly insert the symbol. This can be controlled.
To enable single match auto completion use following XML flag in **settings.xml**:
true
Default value is **false** (disabled).
The flag is available from HippoEDIT 1.51.35
#xml_option #1_51