SEARCHING
|
| CTRL + Shift + R |
Jump to a resource. Includes classes and any other files (such as XML files) |
| CTRL + H |
Search (rather than find) allows you to search within the entire workspace |
| CTRL + F |
Search in one file (CTRL+K/CTRL+SHIFT+K: next/previous) |
| CTRL + J |
Find within document. Type the word you want to find then use up and down to skip between instances. Press ESC to cancel |
| CTRL+J/CTRL+SHIFT+J |
Incremental search (search as you type) |
|
|
NAVIGATING
|
| F2 |
Select class in flash explorer |
| F3 |
Show property/method declaration/implementation |
| F4 |
Show type declaration |
| F5 |
Show superclass |
| CTRL + T |
Show type hierarchy |
| CTRL + R |
Search references |
| CTRL + L |
Go to line |
| CTRL + U |
Show type dependency |
| CTRL + O |
Show quick outline |
|
|
EDITING SINGLE FILES
|
| ALT + UpArrow |
Move line up |
| ALT + DownArrow |
Move line down |
| CTRL + D / CTRL + SHIFT + D |
Delete line/duplicate line |
| SHIFT + ENTER / CTRL + SHIFT + ENTER |
Add indented line after/before |
| CTRL + 7 |
Comment/uncomment line |
| CTRL + (numeric)- / CTRL + (numeric)+ |
Fold/unfold other methods |
| CTRL + M |
Maximize view |
| CTRL + (numeric)ENTER |
Alternative to CTRL+M |
|
|
EDITING MULTIPLE FILES
|
| CTRL + PageDown / CTRL + PageUp |
Move to next/previous open file |
| CTRL + F6 |
Alternative to CTRL+PageDown/CTRL+PageUp |
| ALT + LeftArrow/ ALT + RightArrow |
Navigate to next/previous opened files (history) |
|
|
GENERATING
|
| CTRL + Space |
Insert code template/auto complete code |
| CTRL + SHIFT + O |
Organize imports |
|
|
FIXING
|
| CTRL + 1 |
Show fixes (if error bulb is shown) |
|
|
BUILDING
|
|
|
| CTRL + F11 |
Start last run |
|
|
|
|
|
|
| CTRL + O |
Open an outline of functions within the current class to jump to |
| CTRL + Shift + T |
Jump to a type (class or interface). Only works when an .as or .mxml file is open |
| CTRL + L |
Jump to a line number |
| CTRL + Shift + C |
Wrap / Unwrap selected text in a block comment (/* */) |
| CTRL + Shift + / |
Comment / uncomment the selected line using an inline comment (//) |
| CTRL + Shift + D |
Add ASDoc style comment |
| CTRL + D |
Delete the selected text or the actual cursor line |
| CTRL + UP |
Move the selected up |
| CTRL + DOWN |
Move the selected text down |
| CTRL + Option + UP or DOWN |
Duplicate the selected text above or below the selected line |
| CTRL + X |
Make selected text ALL CAPS |
| CTRL + Y |
Make selected text all lowercase |
| CTRL + Shift + R |
Rename selected element (using refactor) |
| CTRL + M |
Maximize / Minimize current view |
| CTRL + Tab |
Jump to an open file editor |
| CTRL + Shift + L |
Keyboard command list. Press it again to edit commands |
| CTRL + Shift + G |
Find any references to the selected element within your project |
| CTRL + Click or F3 |
Jump to the definition of the selected element |
| CTRL + Shift + P |
Jump to matching bracket. e.g. jump from } to { |
| Tab / Shift + Tab |
Indent / Un-indent selected text |
| CTRL + Option + Left / Right |
Jumps to the location of the previous / next edit without undoing your change |