Here is a list of keyboard shortcuts that I use regularly and that helps me with life in Flex Builder. Obviously the list is not exhaustive but here are the most common: (feel free to leave yours in the comments to the list ...)
Edition code Flex / AIR:
- Clear the current line: Ctrl + D
- Or move the selected rows: Altl + Up Arrow or Down
- Duplicate the selected rows or Ctrl + Alt + Up Arrow or Down
- Go to the location of the next or previous edition: Alt + Left or Right (Apple + Alt + Arrow on the Mac)
- Indent several lines selected: Tab or Shift + Tab (for désindenter)
- Find next occurrence of the selection in the file: Ctrl + K (Ctrl + Shift + K to above)
- Organize imports: Ctrl + Shift + O
- And Go to see the definition of a function or property in the file: Ctrl + O
- To review the selection: Ctrl + Shift + C (Marche in MXML, AS and CSS)
- Search the entire file: Ctrl + Shift + F
- Maximize / Minimize active editor: Ctrl + M
- Put the selected text in capitals: Ctrl + Shift + X (Ctrl + Shift + Y to lowercase)
- To go to a class definition: Ctrl + Click on the name of the class
- Find references to a function in a workspace: Ctrl + Shift + G
File management:
- Opening a class from its name: Ctrl + Shift + T
- Navigate through open tabs Ctrl + Shift + Left / Right
- Rename a file: F2
Execution and debug:
- Set / Remove a breakpoint on the line: Ctrl + Shift + B
- Navigation on the breakpoints: F5 (Into), F6 (Over), F7 (Return) and F8 (Resume)
- Run debug mode: Alt + Shift + D and F to start the debug Flex Application
- Launch the current application: Alt + Shift + X
- Run the Flex application: Alt + Shift + F
- Launch application AIR: Alt + Shift + R
... And finally, the need to Copy / Paste: Ctrl + C, Ctrl + V .... Oh you know! ![]()




















