0% found this document useful (0 votes)
191 views

Intellij Idea Default Key Map

The document provides a list of default keyboard shortcuts in IntelliJ IDEA for refactoring code, navigating files and classes, debugging, commenting code, and performing other common tasks. Some key shortcuts include Ctrl + Alt + B for going to implementations, Ctrl + Alt + L for reformatting code, F8 for stepping over in debugging, and Ctrl + / for commenting or uncommenting lines with comments. Over 30 keyboard shortcuts are summarized for common IntelliJ IDEA functions.

Uploaded by

snsu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
191 views

Intellij Idea Default Key Map

The document provides a list of default keyboard shortcuts in IntelliJ IDEA for refactoring code, navigating files and classes, debugging, commenting code, and performing other common tasks. Some key shortcuts include Ctrl + Alt + B for going to implementations, Ctrl + Alt + L for reformatting code, F8 for stepping over in debugging, and Ctrl + / for commenting or uncommenting lines with comments. Over 30 keyboard shortcuts are summarized for common IntelliJ IDEA functions.

Uploaded by

snsu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

INTELLIJ IDEA DEFAULT KEY MAP

Ctrl + Alt + B Go to implementation(s) Refactoring

Ctrl + Alt + L Reformat code F5 Copy Ctrl + F12 File structure popup
Ctrl + Alt + M Extract Method F6 Move Ctrl + H Type hierarchy
Ctrl + Alt + F7 Show usages Alt + Delete Safe Delete Ctrl + Shift + H Method hierarchy
Ctrl + Alt + T Surroundwith(if. Else,try. Catch, for, Shift + F6 Rename
synchronized, etc.) Ctrl + F6 Change Signature
F11 Toggle bookmark
Ctrl + Alt + N Inline
Ctrl + F11 Toggle bookmark with mnemonic
Ctrl + Alt + H Call hierarchy Ctrl + Alt + V Extract Variable
Ctrl + Alt + F Extract Field
Ctrl + Alt + C Extract Constant
Ctrl + Shift + F Find in path Ctrl + N Go to class
Ctrl + Alt + P Extract Parameter
Ctrl + Shift + R Replace in path Ctrl + Shift + N Go to file
Ctrl + Shift + / Comment/uncomment with block comment Ctrl + Alt + Shift + N Go to symbol
Debugging
Ctrl + Shift + Smart code completion
F8 Step over
Space
F7 Step into Alt + Enter Show intention actions and quick-fixes
Shift + F7 Smart step into
Ctrl + Shift+ S Search structurally (Ultimate Edition only)
Shift + F8 Step out
Ctrl + Shift + M Replace structurally (Ultimate Edition only)
Alt + F9 Run to cursor
Alt + F8 Evaluate
expression
Ctrl + / Comment/uncomment with line comment
F9 Resume program
Alt + F7 Find usages
Ctrl + F8 Toggle breakpoint
Ctrl + F7 Find usages in file
Ctrl + Shift + F8 View breakpoints

Suthan Page 1

You might also like