Skip to content

Instantly share code, notes, and snippets.

@projected1
Created April 22, 2021 06:43
Show Gist options
  • Save projected1/1eb7ff1bb47f0f581cdb24b1f668826e to your computer and use it in GitHub Desktop.
Save projected1/1eb7ff1bb47f0f581cdb24b1f668826e to your computer and use it in GitHub Desktop.
Keyboard shortcuts for IntelliJ.

IntelliJ Keyboard Shortcuts

Command Description
Shift x2 Search anywhere
Ctrl x2 Run anything
Ctrl N Open any class
Ctrl Shift N Open any file
Alt F7 Find references
Alt J Quick search and replace
Ctrl Shift F12 Toggle tools
Ctrl ` Toggle console
Alt 0...9 Open tool window
Ctrl Shift Backspace Go to last edit location
Ctrl B Go to declaration
Ctrl Alt B Go to implementation
Ctrl Shift I Quick definition lookup
Alt [up/down] Go to previous/next method
Ctrl ]/[ Go to block end/start
Ctrl Shift H Method hierarchy
F11 Toggle bookmark
Shift F11 Show bookmarks
Shift F10 Run
Alt Shift F10 Select config & run
Shift F9 Debug
F9 Resume
F8 Step over
F7 Step into
Shift F7 Smart step into
Shift F8 Step out
Alt F9 Run to cursor
Ctrl F8 Toggle breakpoint
Ctrl Shift F8 View breakpoints
Alt F8 Evaluate expression
Ctrl P Parameter info
Ctrl Q Quick docs
Ctrl / Toggle comment
Shift F6 Rename
Ctrl Alt I Auto indent
Ctrl Alt O Optimize imports
Ctrl Alt L Reformat code
Alt F1 Reveal file in project view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment