FDT – Speed up your workflow with shortcuts

What I like the most about FDT is the highspeed coding worklow you can achieve by using all the shortcuts it provides. When I’m in FDT I barely use the mouse! There are shortcuts for every task you often do and if you are missing something you can add it by yourself. If you are working with different workspaces you need to remember that FDT, and generally Eclipse, saves those shortcut preferences in the metadata folder.

Here are the shortcuts I use the most:

CommandShortcut
Switch between open documentsCMD + E
Quit the External SWF browserCMD + Q
Quick OpenShift + CMD + T
Quick FixCMD + 1
Toggle commentCMD + 7
Quick TraceCMD + 0
Syntax helperCTRL + Space
Delete lineCMD + D
Refactor renameShift + ALT + R
Refactor moveShift + ALT + V
Organize importsShift + CMD + O
FormatShift + CMD + F
Open declaration (goto class)F3
Move line upAlt + Up
Move line downAlt + Down
Duplicate lineCTRL + Shift + D

And my custom shortcuts

CommandShortcut
Shift leftAlt + CMD + left
Shift rightAlt + CMD + right
Next editorAlt + Tab
Previous editorCtrl + Tab
DebugCMD + Enter

Last words

If you miss any shortcut that should be on the list, don’t hesitate to write a comment.

For those who did not change or create shortcuts you need to go to the Preferences panel / General / Keys.

Kind regards,
Aiden

7 Responses to “FDT – Speed up your workflow with shortcuts”

  1. [...] This post was mentioned on Twitter by Aiden Tailor, Aiden Tailor. Aiden Tailor said: blogged: FDT – Speed up your workflow with shortcuts – http://tinyurl.com/33jcayq [...]

  2. Bruno’s list pretty much covers it, but your list is missing a few that are very important:

    Move line up | Alt + UpArrow
    Move line down | Alt + DownArrow
    Duplicate line | Ctrl + Shift + D

    Great post, thanks!

  3. alex says:

    Thanks for posting – these are great.

    Anyone know a shortcut for selecting a line/word?

    The Eclipse commands are usually Alt + Shift + Up Down Left or Right

    But this doesn’t seem to work in FDT4 Beta.

  4. Dave says:

    Ctrl-Shift-D only duplicates one line.

    Ctrl-Alt-Down/Ctrl-Alt-Up (probably cmd on Mac) will duplicate all selected lines and move the selection either above or below the duplicated lines.

Leave a Reply

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>