Flex Builder Key Shortcuts
Jump to type or variable definition:
- F3 or Ctrl + Left-Click
Import a Class into an ActionScript file:
- Type a class name
- Press Ctrl + Space
Searching
Search across multiple files:
- Press Ctrl + Shift + F
Search as you type:
- Press Ctrl + J
- Start typing to begin searching
Search for properties and methods by typing their name:
- Ctrl + O
- Type property or method name
Code Chunks
Clone a chunk of code without having to copy and paste it:
- Select a chunk of code
- Press Ctrl + Alt + Down
Move selected lines of code up or down in the editor:
- Select a chunk of code
- Alt + Up/Down
Move to the next/previous occurrence of the select text:
- Select a chunk of code
- Ctrl + K (next occurrence)
- Ctrl + Shift + K (previous occurrence)
Editor Tabs
Move through open editor tabs:
- Alt + Left/Right
Switch between last two viewed editor tabs:
- Ctrl + Tab
Toggle min/max of the current editor tab:
- Ctrl + M
Miscellaneous
Toggle between the Flex Source and Design view:
- Ctrl + **
Jump to the last edit point:
- Ctrl + Q

