options:xml:code-hint-delay

This is an old revision of the document!


Code Hint Delay

This is setting for defining delay before showing Code Hint ToolTip.

Maybe this can help with situation of pressing Enter at the end of line.

To often i want type 'fun' and then do an RETURN, but i was auto suggested with 'function' - which was be entered then by pressing RETURN, and i have to undo it.

The delay interval is controlled by XML flag in settings.xml:

<Code_Completion>
   <HintDelay>250</HintDelay> 
</Code_Completion>

#xml_option