LoginSignup
13
15

More than 5 years have passed since last update.

IntelliJでよく使うショートカット

Posted at
  • cmd + alt + ←
    • 定義箇所へジャンプした後戻る
  • cmd + shift + t
    • テストコードにジャンプ
  • cmd + o
    • クラス検索
  • cmd + shift + o
    • ファイル検索
  • cmd + e
    • なんでも検索
  • cmd + shift + e
    • 最近開いたファイル

  • cmd + alt + o
    • import最適化
  • cmd + alt l
    • 自動整形

  • cmd + ,
    • 設定(Preference)を開く

独自の定義多いのでアレ。tab移動はcmd + shift + [ とか。

他にもよく使うのがあれば追記してく

13
15
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
13
15