全般
Ctrl+F6 , Ctrl+E エディタの切り替え
Ctrl+F7 ビューの切り替え
Ctrl+F8 パースペクティブの切り替え
F12 エディタをアクティブにする
Ctrl+Up , Ctrl+Down タブの切り替え
Ctrl+M ビューの最大化
デバッグビュー
F5 ステップ・イン
F6 ステップ・オーバー
F7 ステップ・リターン
F8 再開
Ctrl+F2 終了
Ctrl+F11 前回の起動を実行
F11 前回の起動をデバッグ
同期化ビュー
Ctrl+. 次の差異
Ctrl+, 前の差異
Java development
Alt+Shift+W to show a class in package explorer
Alt+Shift+X , Q to run Ant build file using keyboard shortcuts in Eclipse
Alt+← , Alt+→ for going back and forth while editing
Ctrl+/ for commenting, uncommenting lines and blocks
Ctrl+1 for quick fix
Ctrl+D to delete a line
Ctrl+F for find, find/replace
Ctrl+F4 , Ctrl+W for closing current file
Ctrl+Q for going to last edited place
Ctrl+Shift+/ for commenting, uncommenting lines with block comment
Ctrl+Shift+F for autoformatting
Ctrl+Shift+P to find closing brace. Place the cursor at the opening brace and use this.
Ctrl+Shift+R for finding any resource (file), including config XML files
Ctrl+Shift+T for finding class even from jar
Ctrl+Shift+Up , Ctrl+Shift+Down for navigating from member to member (variables and methods)
Ctrl+Shift+O for organize imports
Ctrl+T for toggling between supertype and subtype
Ctrl+K , Ctrl+Shift+K for find next/previous
Ctrl+L go to line
Ctrl+O for quick outline going quickly to a method
Ctrl+Shift+G which searches the workspace for references to the selected method or variable
Ctrl+Shift+L to view the listing for all Eclipse keyboard shortcuts
Ctrl+Shift+W for closing all files
Ctrl+E Go to other open editors
Ctrl+. Move to one problem (i.e.: error, warninto the next (or previous) in a file
Ctrl+Alt+H Open call hierarchy on a method
F3 Go to a type declaration
F4 to see its Type hierarchy
0 件のコメント:
コメントを投稿