IntelliJ IDEAとは
Javaエンジニアとして、IntelliJ IDEAを使う時間が長くなっております。
普段は開発端末はWindowsとMacの両方を使っています。ホットキーが違うため、偶に忘れちゃうので、自分メモとしてよく使うホットキーを纏めようと思います。
Find everything
| 説明 | Windows | Mac |
|---|
| Search Everywhere | Double Shift | |
| Find Class | Ctrl+N | |
| Go to File | Ctrl+Shift+N | |
| Go to Symbol | Ctrl+Alt+Shift+N | |
| Find Action | Ctrl+Shift+A | |
| Find in Files | Ctrl+Shift+F | |
| Replace in Files | Ctrl+Shift+R | |
Source file structure
| 説明 | Windows | Mac |
|---|
| Structure(Windows) | Alt+7 | |
| Structure(Popup) | Ctrl+F12 | |
Navigate from symbols
| 説明 | Windows | Mac |
|---|
| Find Usages | Alt+F7 | |
| Go to Declaration or Usages | Ctrl+B | |
| Go to Type Declaration | Ctrl+Shift+B | |
| Show Usages | Ctrl+Alt+F7 | |
| Go to Super Method | Ctrl+Alt+B | |
| Go to Implementation(s) | Ctrl+B | |
| Highlight Usages in File | Ctrl+Shift+F7 | |
参照
- IntelliJ IDEA keyboard shortcuts