options:xml:auto-complete-single-match

Action unknown: addtobook

Auto Complete Single Match

If you execute Auto Completion (Ctrl + Space) editor shows the list of known symbols, matching typed prefix: 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:

<Code_Completion>
   <AutoCompleteSingleMatch>true</AutoCompleteSingleMatch>
</Code_Completion>

Default value is false (disabled).

The flag is available from HippoEDIT 1.51.35

#xml_option #1_51