Shortcuts Description | Shortcuts Keys |
Go to class | Ctrl + N |
Go to file | Ctrl + Shift + N |
Navigate open tabs | Alt + Left-Arrow, Alt + Right-Arrow |
Lookup recent files | Ctrl + E |
Go to line | Ctrl + G |
Navigate to last edit location | Ctrl + Shift + Backspace |
Go to declaration | Ctrl + B |
Go to implementation | Ctrl + Alt + B |
Go to source | F4 |
Go to super Class | Ctrl + U |
Show Call hierarchy | Ctrl + Alt + H |
Find | Ctrl + F |
Find Next | F3 |
Find Previous | Shift + F3 |
Replace | Ctrl + R |
Open settings dialogue | Ctrl + Alt + S |
Open project structure dialog | Ctrl + Alt + Shift + S |
Search in path/project | Ctrl + Shift + F |
Shortcuts Description | Shortcuts Key |
Reformat code | Ctrl + Alt + L |
Optimize imports | Ctrl + Alt + O |
Code Completion | Ctrl + Space |
Issue quick fix | Alt + Enter |
Surround code block | Alt + Enter |
Rename and refactor | Shift + F6 |
Line Comment or Uncomment | Ctrl + / |
Block Comment or Uncomment | Ctrl + Shift + / |
Go to previous/next method | Alt + Up/Down |
Show parameters for method | Ctrl + P |
Quick documentation lookup | Ctrl + Q |
Delete line | Ctrl + Y |
Safe Delete | Alt + Delete |
Close Active Tab | Ctrl + F4 |
Build and run | Shift + F10 |
Build | Ctrl + F9 |
All purpose (Meta)Shortcut | Ctrl + Shift + A |
Shortcuts Description | Shortcuts Key |
Debug | Shift + F9 |
Step over | F8 |
Step into | F7 |
Smart step into | Shift + F7 |
Run to cursor | Alt + F9 |
Evaluate expression | Alt + F8 |
Resume Program | F9 |
Toggle Breakpoint | Ctrl + F8 |
View breakpoints | Ctrl + Shift + F8 |