0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

eclipseのショートカットキーメモ(自分用)

Posted at

久々にeclipseを使うことが多くなったので、個人的なメモとして
ついでにかなり昔にqiita登録したのになんと初投稿
markdownの練習も込みで

##エディター

ショートカットキー 挙動
Ctrl + O アウトライン
 フィールドやメソッドの一覧が見れる
F3 宣言を開く
Ctrl + T クイック型階層
(奥まで行ける)
Ctrl + Alt + H 呼び出し階層を開く
Ctrl + Shift + T 型を開く
Ctrl + ↑↓ ???
Ctrl + / 選択範囲をコメントアウト
Alt + Shift + J Javadocつける

##ウィンドウ操作

ショートカットキー 挙動
Ctrl + Pup, Pdn タブを右、左に移動
Ctrl + F7 次のビューに切り替え
Ctrl + F8 次のパースペクティブに切り替え

##実行/デバッグ

ショートカットキー 挙動
F5 ステップ・イン(次の行の処理を実行、メソッドがあればメソッドの中に入る)
F6 ステップ・オーバー(次の行の処理を実行、メソッドがあっても中には入らない)
F7 ステップ・リターン(現在のメソッドの実行を終えて、呼び出し元へ戻る)
F8 再開(次のブレークポイントまで進める)
Ctrl + F2 再処理を中断

参考
https://yulii.github.io/eclipse-shortcut-keys-20120814.html
https://qiita.com/ynxx/items/7734dfb755bc83373d7c

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?