Skip to content

Instantly share code, notes, and snippets.

@mrkloan
Last active December 9, 2019 17:56
Show Gist options
  • Save mrkloan/a103c7d18ff4703f62afd81a7ab1f16a to your computer and use it in GitHub Desktop.
Save mrkloan/a103c7d18ff4703f62afd81a7ab1f16a to your computer and use it in GitHub Desktop.

IntelliJ Shortcuts

Official cheatsheet

General

Action Shortcut
Search everywhere Double Shift
Find action Ctrl + Shift + A
New... Alt + Inser.
Toggle Project view Alt + 1
Toggle Terminal Alt + F12

Editor

Action Shortcut
Code completion Ctrl + Space
Generate code Alt + Inser.
Javadoc Ctrl + Q
Duplicate line Ctrl + D
Incremental selection Ctrl + W
Decremental selection Ctrl + Shift + W
Multiple selection Alt + J

Refactoring

Action Shortcut
Move F6
Rename Shift + F6
Change method signature Ctrl + F6
Extract constant Ctrl + Alt + C
Extract variable Ctrl + Alt + V
Extract method Ctrl + Alt + M
Extract parameter Ctrl + Alt + P
Inline Ctrl + Alt + N

Run configurations

Action Shortcut
Run from editor Ctrl + Shift + F10
Select configuration Alt + Shift + F10
Run / Debug Shift + F10 / F9
Re-run Ctrl + F5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment