When editing ActionScript and Flex sources, use extensive coding assistance provided by IntelliJ IDEA:
- Syntax and error highlighting. Note that the way your code is highlighted is defined by
an active build configuration.

-
Code completion.

-
Surrounding with tags or code constructs
(Ctrl+Alt+TCommand Alt T and Ctrl+Alt+JCommand Alt J),
and stripping off enclosing ones (Ctrl+Shift+DeleteCommand Shift Delete).

-
Intention actions and quick fixes (Alt+EnterAlt Enter).

-
Code inspections.

- Jump to declaration (Ctrl+BCommand B).
- Code refactoring.
- 9.0+ Automatic code generation (Alt+InsertControl N ): getters, setters, bindable getters/setters, event handlers, etc.

