Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| options:xml:auto-complete-single-match [2014/10/17 21:58] – admin | options:xml:auto-complete-single-match [2018/01/10 20:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| If you execute Auto Completion (Ctrl + Space) editor shows the list of known symbols, matching typed prefix: | If you execute Auto Completion (Ctrl + Space) editor shows the list of known symbols, matching typed prefix: | ||
| + | {{: | ||
| + | |||
| + | 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. | ||
| - | If there is only one single match for your prefix and you want directly insert matching symbol into code, it may be faster to not show completion list at all, if only single match exist, but directly insert the symbol. This can be controlled. | ||
| - | {{: | ||
| To enable single match auto completion use following XML flag in **settings.xml**: | To enable single match auto completion use following XML flag in **settings.xml**: | ||
| <code xml> | <code xml> | ||
| Line 15: | Line 16: | ||
| < | < | ||
| - | #xml_option #1.51 | + | #xml_option #1_51 |