The code hints feature helps you insert and edit code quickly and without mistakes. When you type certain characters in Code view, such as the first letters of a tag or attribute or CSS property name, a list appears, suggesting options to complete your entry. You can use this feature to insert or edit code, or just to see the available attributes for a tag, the available parameters for a function, or the available methods for an object.
Code hints are available for a variety of kinds of code. An appropriate list of items appears when you type a particular character that indicates the beginning of a piece of code; for example, to display a code hints list of HTML tag names, type a start bracket (<).
For best results,
especially when using code hints for functions and objects, set the
Delay option in the Code Hints preferences dialog box to a delay
of 0 seconds.The code hints list disappears when you press Backspace (Windows) or Delete (Macintosh).
Display a code hints menu
Insert markup or other code in Code view by using code hints
Edit a tag by using code hints