10
12

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】ショートカットキーチートシート

Last updated at Posted at 2020-10-09

これからEclipseを扱うことになるので、操作方法のお勉強。
ほとんどVSCodeと変わらないのでスッと入りそうではありますね。

キー 内容
Ctr + M 画面最大化
Ctrl + ; フォントサイズ大(セミコロンの位置は +と覚える)
Ctrl + - フォントサイズ小
Option + Shift + J + X RUN (実行する)
Option + 矢印 行を移動する
Command + D 行を削除
Shift + command + F フォーマットの整形
Ctrl + Speace 入力補完
・tabで移動
・shift + tab で戻る
Shift + Ctrl + O インポート文整理(要らなくなったインポート文を消す)
Ctrl + Command + R リファクタリング
Ctrl + . エラー部分に移動
Ctrl + 1 クイックフィックス
Ctrl + N 新規作成
Option + Ctrl +S セッター・ゲッター生成
Option + Ctrl +S コンストラクタ生成
option + command + J Javadocコメントの追加
option + command + R 名前を一括変更する
option + command + → ( or ← ) ヒストリーを戻す/進む
10
12
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
10
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?