Last active
December 14, 2015 21:09
-
-
Save byplayer/5149255 to your computer and use it in GitHub Desktop.
eclipse cheat sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C-S-l ショートカット一覧を表示 | |
F12 Cmd+F12 エディタへ | |
Ctrl+E Cmd+E エディタ切替・一覧から | |
Ctrl+PageUp Ctrl+Fn+↑ エディタ切替・前 | |
Ctrl+PageDown Ctrl+Fn+↓ エディタ切替・後 | |
Ctrl+M Ctrl+M エディタ最大化 | |
Ctrl+W Cmd+W エディタ閉じる | |
Ctrl+Shift+T Cmd+Shift+T クラスを開く | |
Ctrl+Shift+R Cmd+Shift+R リソースを開く | |
Ctrl+Shift+H Cmd+Shift+H クラス階層を開く・ダイアログ | |
F4 F4 クラス階層を開く・階層ビュー | |
Ctrl+T Cmd+T クラス階層を開く・クイック型階層 | |
Ctrl+Alt+H Ctrl+Opt+H 呼び出し階層を開く | |
F3 F3 定義位置へ | |
Alt+→ Cmd+Opt+→ 進む | |
Alt+← Cmd+Opt+← 戻る | |
Ctrl+H Ctrl+H 検索ダイアログ | |
C-S-G 参照されている箇所を検索 | |
Ctrl+/ 行をコメントアウト | |
Ctrl+. 次の警告やコンパイルエラーの箇所へ素早く移動(次へすすむ) | |
Ctrl+, 前の警告やコンパイルエラーの箇所へ素早く移動(前へもどる) | |
Ctrl+O クイックアウトライン | |
Ctrl+L 指定した行へジャンプする。(行数の長いクラスの場合なんかに便利) | |
Ctrl+T クラスの階層構造を表示 | |
Ctrl + ←(→) 単語単位で移動 | |
Ctrl + BackSpace 単語単位で前方削除 | |
Ctrl + Delete 単語単位で後方削除 | |
Shift+Ctrl+R search for all resource files (include java file) | |
Shift+Ctrl+T search for all java class in classpath |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment