Common shortcut keys in the flex builder Editor
Address: http://davidzuckerman.com/adobe/2006/10/27/flex-builder-editor-cheat-sheet/
1) Open Type (CTRL-shift-t) *-browse all types in the project (as Class/interface, mxml file), you can quickly open them.
2) Jump to the definition (F3/Ctrl-click the target) *-Quickly jump to the definition (type/variable/function.
3.) Quick outliner view (CTRL-O) *-open the outline view in a pop-up window.
4.) content-related help (Press F1 on the target)-pressing F1 on the mxml tag, function, or class/interface displays help information on the help panel.
5) Open the content-related help (Shift-F2)-a new window will pop up showing the relevant help information.
6.) Jump to the matching brackets (CTRL-Shift + p) *-to the expected parentheses.
7.) hover over the target-when you move the mouse over the variable, the variable type is displayed. If you move the mouse over the function, the return type is displayed.
8.) Add a CDATA block (CTRL-shift-C )-
9.) Event Type prompt (CTRL-space)-addeventlistener (display all associated events)
10.) Organization import (CTRL + Shift + O )*