Skip to content

Instantly share code, notes, and snippets.

@nicokosi
Last active August 29, 2015 13:56
Show Gist options
  • Save nicokosi/8951476 to your computer and use it in GitHub Desktop.
Save nicokosi/8951476 to your computer and use it in GitHub Desktop.
My favourites IntelliJ IDEA shortcuts.

IntelliJ IDEA shortcuts

search action: Ctrl + Shift + A

Navigation: open class by name: Ctrl + N open file by name: Ctrl + Shift + N goto anything: Ctrl + Alt + Shift + N recent files: Ctrl + E switch file: Ctrl + Tab

Edit: undo: Ctrl + Z redo: Ctrl + Shift + Z delete line: Ctrl + Y move lines selected: Ctrl + Shift + up/down

Code: file structure: Ctrl + F12 find usage: Alt + F7 refactor | rename: Shift + F6 show javadoc: Ctrl + Q show hierachy: Ctrl + H call hierarchy: Ctrl + Alt + H reformat: Ctrl + Alt + L optimize imports: Ctrl + Alt + O

Run: run (last run:) Shift + F10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment