Permanent Smart Highlight
PermanentSmartHighlight - controls behavior of Smart Highlight:
- true, smart highlighting is not automatically removed with cursor movement or text edit, but toggled if new word is smart highlighted.
- false (default), old behavior - smart highlight removed after some user action.
To enable new behavior add this to settings.xml:
<Code_Completion> <PermanentSmartHighlight>true</PermanentSmartHighlight> </Code_Completion>
#xml_option