IntelliJ IDEA

IntelliJ IDEA Keyboard Shortcuts

Complete IntelliJ IDEA keyboard shortcuts. Code generation, refactoring, debugging, and navigation.

31
Shortcuts
5
Categories
Free
100% Free

Navigation 7

Ctrl+N
Go to Class
Navigate to class
Ctrl+Shift+N
Go to File
Navigate to file
Ctrl+Alt+Shift+N
Go to Symbol
Navigate to symbol
Ctrl+E
Recent Files
Open recent files
Ctrl+Shift+E
Recent Locations
Show recent edit locations
Ctrl+B
Go to Declaration
Jump to declaration
Ctrl+Alt+Left/Right
Navigate Back/Forward
Navigate back/forward in history

Editing 8

Ctrl+Space
Code Completion
Basic code completion
Ctrl+Shift+Space
Smart Completion
Smart type-matching completion
Ctrl+Alt+L
Reformat Code
Reformat code
Ctrl+D
Duplicate Line
Duplicate current line
Ctrl+Y
Delete Line
Delete current line
Ctrl+/
Comment Line
Comment/uncomment line
Ctrl+Shift+/
Block Comment
Comment/uncomment block
Ctrl+W
Extend Selection
Expand selection

Refactoring 5

Shift+F6
Rename
Rename symbol
Ctrl+Alt+M
Extract Method
Extract method
Ctrl+Alt+V
Extract Variable
Extract variable
Ctrl+Alt+C
Extract Constant
Extract constant
Ctrl+Alt+F
Extract Field
Extract field

Run & Debug 7

Shift+F10
Run
Run program
Shift+F9
Debug
Start debugging
Ctrl+F2
Stop
Stop running program
F8
Step Over
Step over in debugger
F7
Step Into
Step into in debugger
Shift+F8
Step Out
Step out in debugger
F9
Resume
Resume program

Tool Windows 4

Alt+1
Project
Focus Project window
Alt+7
Structure
Focus Structure window
Alt+9
Git
Focus Version Control window
Ctrl+Shift+F12
Maximize Editor
Toggle maximize editor
No shortcuts found
Copied!