eclipse shortcut

Eclipse快捷键
Alt + /  Content Assist
CTRL + SHIFT + F  Formats code.
CTRL + D   Delete row.
ALT + Up/Down Arrow  copy lines
ALT + Up/Down Arrow    Move the row (or the entire selection) up or down.
ALT + Left/Right Arrow   Move to the last location you edited.
CTRL+SHIFT+O   Organize imports.
CTRL+SHIFT+R  Open Resource
CTRL+1   activates the quick fix
CTRL+SHIFT+T  Open Type
CTRL+E   Shows you a list of all open editors.
CTRL+K, CTRL+Shift+K  Find next item
Ctrl + H  Open the Search dialog
Ctrl + F  find/replace
Ctrl + L go to line
CTRL+T   Quick hierarchy.
CTRL+O   Quick outline.
CTRL+E   Shows you a list of all open editors.
SHIFT+ALT+L   extract local variable
SHIFT+ALT+M   extract Method
SHIFT+ALT+R   rename
SHIFT+ALT+S   Shows the source quick menu
SHIFT+ALT+Z   Shows the Surround With quick menu
CTRL+SHIFT+T  Open Type
CTRL+SHIFT+F  Formats code.
CTRL+SHIFT+X/Y  to upper case/to low case.
CTRL+ALT+H  call hierarchy
F5/F6/F7/F8 - debug
Windows->Preferences->General->Keys    custom shortcut

你可能感兴趣的:(eclipse,windows,F#,UP,Go)