0
0

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.

開発に役立つInteliJのショートカット

Posted at

はじめに

仕事でInteliJを使う機会があり、その際にショートカットキーを調べたので、
自分が有用だと思うショートカット一覧を作りました。
他にもショートカットがまとめてある記事はたくさんあります。
しかし、以下の二つの点が私的には問題があると思います。
・あまり使わないものも多く、見返すのに時間がかかる。
・初めて覚えるときに多すぎて覚えきれない。

本記事では、有用なものに絞って掲載します。

目次

  1. コーディングに役立つショートカット集
  2. コードリーディングに役立つショートカット集
  3. その他、地味に役立つショートカット集

コーディングに役立つショートカット集

・矩形選択
 Alt + マウスクリックして移動

・行削除
 Shift + Delete

・テンプレートを開く
 Ctrl + J

・リネーム
 Shift + F6

・選択行を上下移動
 Alt + Shift + ↑ or ↓

・行コピー
 Ctrl + D

コードリーディングに役立つショートカット集

・ひとつ前の場所に戻る
 Ctrl + Alt + ← (→で進む)

・ファイル内検索
 Ctrl + F

・複数ファイルを横断して検索
 Ctrl + Shift + F

・定義、使用箇所に移動
 Ctrl + B

・Interfaceの実装箇所に移動
 Ctrl + Alt + B

・変数使用箇所に移動
 Ctrl + Alt + F7

・ストラクチャウィンドウ表示切替
 ※ストラクチャウィンドウはクラスの構造を見れます
 Alt + 7

その他地味に役立つショートカット集

・開いているタブを閉じる
 Ctrl + F4

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?