Eclipse 3.5 and FDT 3.2 for Actionscript development – Part 5 – Keyboard Shortcuts
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 |
Source: http://dispatchevent.org/mims/flexbuilder-keyboard-shortcuts/
Other posts in the serie:
- Eclipse 3.5 and FDT 3.2 for Actionscript development - Part 1 - Installation - June 26, 2009
- Eclipse 3.5 and FDT 3.2 for Actionscript development - Part 2 - Additional plugins - June 30, 2009
- Eclipse 3.5 and FDT 3.2 for Actionscript development – Part 3 – Configuration - July 10, 2009
- Eclipse 3.5 and FDT 3.2 for Actionscript development – Part 4 – Customization - July 18, 2009
- Eclipse 3.5 and FDT 3.2 for Actionscript development – Part 5 – Keyboard Shortcuts (This post) - July 21, 2009
[...] Eclipse 3.5 and FDT 3.2 for Actionscript development – Part 5 – Keyboard Shortcut [...]
[...] This post was mentioned on Twitter by Geirr Winnem, Hawaii Flash . Hawaii Flash said: Eclipse 3.5 and FDT 3.2 for Actionscript development – Part 5 – Keyboard Shortcuts http://bit.ly/1pBoAF [...]
CTRL + SHIFT + D duplicate line
CTRL + Shift + D Add ASDoc style comment
what’s the difference? only the first works for me.
CTRL + Shift + D Add ASDoc style comment
it’s in Flex(Flash) Builder.