#intellij
#idea
#hotkeys

IntelliJ IDEAで効率アップためのホットキー(継続更新)

IntelliJ IDEAとは

Javaエンジニアとして、IntelliJ IDEAを使う時間が長くなっております。

普段は開発端末はWindowsとMacの両方を使っています。ホットキーが違うため、偶に忘れちゃうので、自分メモとしてよく使うホットキーを纏めようと思います。

Find everything

説明WindowsMac
Search EverywhereDouble Shift
Find ClassCtrl+N
Go to FileCtrl+Shift+N
Go to SymbolCtrl+Alt+Shift+N
Find ActionCtrl+Shift+A
Find in FilesCtrl+Shift+F
Replace in FilesCtrl+Shift+R

Source file structure

説明WindowsMac
Structure(Windows)Alt+7
Structure(Popup)Ctrl+F12

Navigate from symbols

説明WindowsMac
Find UsagesAlt+F7
Go to Declaration or UsagesCtrl+B
Go to Type DeclarationCtrl+Shift+B
Show UsagesCtrl+Alt+F7
Go to Super MethodCtrl+Alt+B
Go to Implementation(s)Ctrl+B
Highlight Usages in FileCtrl+Shift+F7

参照

  1. IntelliJ IDEA keyboard shortcuts

intellij
idea
hotkeys
記事一覧へ戻る