Sr.No |
Shortcut Key |
Description |
|---|---|---|
| 01 | Ctrl + Space |
Code completion |
| 02 | Ctrl + Shift + Space |
Smart code completion (by expected type) |
| 03 | Ctrl + Shift + Enter |
Complete statement (syntax) |
| 04 | Alt + Insert |
Generate code |
| 05 | Alt + Enter |
Show quick fix |
| 06 | Ctrl + F6 |
Refactor |
| 07 | Ctrl + E |
Recent files |
| 08 | Ctrl + N |
Navigate to class |
| 09 | Ctrl + Shift + N |
Navigate to file |
| 10 | Ctrl + B |
Jump to declaration |
| 11 | Alt - Up / Down |
Jump to previous/next method |
| 12 | Ctrl + / |
Toggle line comment |
| 13 | Ctrl + Shift + / |
Toggle block comment |
| 14 | Ctrl + W |
Select successively increasing code blocks |
| 15 | Ctrl + Shift + W |
Decrease current selection to previous state |
| 16 | Ctrl + D |
Duplicate Line |
| 17 | Ctrl + Y |
Delete Line |
| 18 | Shift |
Search everywhere |
| 19 | Ctrl + F / R |
Find / Replace |
| 20 | F3 |
Find next |
| 21 | Shift + F3 |
Find previous |
| 22 | Ctrl + Q |
Documentation |
| 23 | Ctrl + Alt + L |
Reformat code |
| 24 | Ctrl + Shift + A |
Lookup IDE commands |