Using Code Hints - MACROMEDIA FLEX BUILDER-USING FLEX BUILDER Use Manual

Table of Contents

Advertisement

To view and edit code in a separate window:
Select Window > Code Inspector.
Related topics
"Using the Tag inspector" on page 79
"Setting code-coloring preferences" on page 80
"Setting code formatting preferences" on page 81

Using code hints

You can use code hints to write MXML or ActionScript more rapidly and efficiently. If you're
working with MXML, the code hints display lists of tags and properties as you type. If you're
working with ActionScript, the code hints display function patterns of built-in ActionScript
classes (function name, return type, names and types of arguments), as in the following example:
unshift(value:Object):Number
Note: If a method or property is inherited, the data type will not be specified.
Code hinting is not supported in custom classes.
To insert a code hint in your code:
Select the item in the pop-up menu and press Enter, or double-click the item.
To clear the pop-up menu:
Press Backspace or Escape, or keep typing.
Related topics
"Setting code hints preferences" on page 82
78
Chapter 3: Creating, Coding, and Debugging Flex Files
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLEX BUILDER-USING FLEX BUILDER and is the answer not in the manual?

This manual is also suitable for:

Flex builder

Table of Contents