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.

Intellij ショートカット 個人用メモ

Last updated at Posted at 2020-06-04

個人用メモです。
残念なことに、MacとWindows両方使うので両方メモします。

■ コードをフォーマットする
ショートカットキー(Mac):Command + Option + L
ショートカットキー(Windows):Ctrl + Alt + L

■ なんでも検索
ショートカットキー:Shift 2回連打

■ ファイル横断テキスト検索
ショートカットキー(Mac): Command + Ctrl + Shift + F
ショートカットキー(Windows):Ctrl + Shift + F

■ ファイル名検索
ショートカットキー(Mac): Command + Shift + O
ショートカットキー(Windows):Ctrl + Shift + N

■ 宣言へジャンプ
ショートカットキー(Mac):Command + B or Ctrl + Click
ショートカットキー(Windows):Ctrl + B or Ctrl + Click

■ 実装クラスへジャンプ
ショートカットキー(Mac):Command + Option + B or Ctrl + Click
ショートカットキー(Windows):Ctrl + Alt + B or Ctrl + Click

■ 使用箇所の表示
ショートカットキー(Mac):Option + F7
ショートカットキー(Windows):Alt + F7

■ 型の継承階層を表示する
ショートカットキー(Mac):Command + H
ショートカットキー(Windows):Ctrl + H

■ クイックアウトライン (クラス内で宣言されている変数、メソッドの一覧)
ショートカットキー(Mac):Command + F12
ショートカットキー(Windows):Ctrl + F12

■ 戻る(進む)
ショートカットキー(Mac): Command + Alt + ← (→)
ショートカットキー(Windows):Ctrl + Alt + ← (→)

■ 現在開いているタブを閉じる
ショートカットキー(Mac): Command + W
ショートカットキー(Windows):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?