【IntelliJ IDEA】Shortcuts

WindowsでのIntelliJ ADEAのショートカットを覚えるために記録する。

IDEA Key Action Eclipse Key Mapping
Ctrl + Space Basic Code Completion
Alt + Enter The Problem-solving
Alt + 1 Open a tool window
Ctrl + B Go to Declaration F3 Done
Ctrl + Alt + B
最新はCtrl + F12かも
Go to Implementations
Double Shift Search Everywhere Ctrl + T Done
Ctrl + Shift + F7 Search for usages in a file and Highlight all usages in the file
Ctrl + F7 Search for usages in a file and Selects the first usage occurrence in the file
Alt + F7 Search for usages in a project
Ctrl + Alt + F7 Show usages in a separate window
Ctrl + Alt + H Build a call hierarchy Ctrl + Alt + H Done
put the caret in the editor and press Esc Disable call hierarchy result highlighting
Ctrl + Alt + ← To navigate backwards Ctrl + ← Done
Ctrl + Alt + → To navigate forward Ctrl + → Done
Ctrl + Shift + M Move Caret to Matching Brace
Shift + Enter Add a new line after the current line
Ctrl + Enter Add a new line before the current line
Shift + delete
最新はCtrl + Shift + Lかも
Delete the current line
Ctrl + Alt + L Reformat Code
Ctrl + Z Undo an action
Ctrl + Shift + Z Redo an action
F8 Step over Done
F7 Step into Done
/** + Enter Javadocs
Alt + Insert Create a new class
Alt + Shift + ↑ To move a line up Alt + ↑
Alt + Shift + ↓ To move a line down Alt + ↓
Alt + ← → To change tab
Alt + Enter Create Test
Ctrl + Alt + Shift+ T Refactoring Alt + Shift+ R

References

www.jetbrains.com

blog.jetbrains.com

qiita.com