Content assist is a pop-up window that provides a list of valid tags for
the element or attribute at the cursor location.
To open or enable content assist, place the cursor where you need the help
in the source editor, and use one of the following methods:
- Hold down the Ctrl key and press the Space bar.
To select a tag listed in the pop-up window, use one of the following methods:
- Double-click the tag.
- Use the keyboard arrow keys to highlight the item and press
Enter.
When you select a tag, the associated beginning and ending tags are inserted into
your VoiceXML file at the current cursor location.
To close content assist, click outside the window or press Esc.
Notes: - Content assist will pop up only when the system can provide some assistance.
If the cursor location does not have content assist, you will either
hear a tone or see a message at the bottom of the workbench. The pop-up will
not come up if the cursor is at a location for which you cannot add any valid
VoiceXML, such as when the cursor is in an invalid tag, or all available attributes
have been added. The cursor should also always be in front of a space character
to guarantee that tags and attributes can be added
- The content assist feature will modify code based on the current cursor
location. If the cursor is placed so that it appears at the first character
of an attribute, it will replace the attribute with the content assist selection;
it will not replace the value of the attribute.