Import project from location Alt+Shift+A
Create new project Alt+X
Create new file Alt+Shift+N
Save changes for current file Ctrl+S
Open recent file Ctrl+E
Close current Editor Alt+W
Formatter of Code Alt+Shift+L
Undo the most recent document action. Ctrl+Z
Redo the last-undone document action Ctrl+Y
Cut to clipboard Ctrl+X
Copy to clipboard Ctrl+C
Paste from clipboard Ctrl+V
Rename selected item Shift+F6
Delete selected item DELETE
Find Text In Path Ctrl+Shift+F
Find Action by name Ctrl+Shift+A
Switch Project Explorer display mode Ctrl+Alt+1
Switch Find part display mode Ctrl+Alt+3
Switch Event Logs display mode Ctrl+Alt+2
Switch Command Explorer display mode Ctrl+Alt+4
Switch Editor display mode Alt+Shift+E
Switch Terminal display mode Alt+Shift+T
Navigate to file Ctrl+Alt+N
Open new terminal Alt+F12
Reveal resource in project explorer Ctrl+↓
Collapse all expanded nodes Ctrl+↑
Switch to previous Editor tab Alt+←
Switch to next Editor tab Alt+→
Signature Help Ctrl+P
Show Commands Palette Shift+F10
Commit ... Alt+C
Work With Branches... Ctrl+B
Push Changes to Remote Repository... Alt+Shift+C
Pull Data from Remote Repository... Alt+P
Compare with latest repository version Ctrl+Alt+D
Edit debug configurations Alt+Shift+F9
Connect to debugger with the selected configuration Shift+F9
End Debug Session Ctrl+F2
Step Into F7
Step Over F8
Step Out Shift+F8
Run to cursor Alt+F9
Resume F9
Evaluate Expression Alt+F8
Change variable value or expression F2
Show/Hide Debugger Panel Alt+5
Switch Debug displaying mode Ctrl+Alt+5
Go To Symbol Ctrl+F12
Find Project Symbol Alt+N
Find Definition F4
Find References Alt+F7
Rename Shift+F6
Run Test Ctrl+Alt+Z
Debug Test Ctrl+Alt+X
Show a popup window with documentation Ctrl+Q
Open Implementation(s) Ctrl+Alt+B
Java rename refactoring Shift+F6
Move item to another package F6
Move item to another package Ctrl+X
Find usages of the symbol at cursor Alt+F7
Open File Structure Window Ctrl+F12
Organize Imports action generates the import statements in a compilation unit Ctrl+Alt+O
Show a popup window with quick fix proposals Alt+ENTER
Switch Contribute part displaying mode Ctrl+Alt+6
Line Up ↑
Line Down ↓
Previous Character ←
Next Character →
Page Up Page Up
Page Down Page Down
Line Start Home
Line End End
Previous Word Ctrl+←
Next Word Ctrl+→
Document Start Ctrl+Home
Document End Ctrl+End
Select Line Up Shift+↑
Select Line Down Shift+↓
Select Previous Character Shift+←
Select Next Character Shift+→
Select Page Up Shift+Page Up
Select Page Down Shift+Page Down
Select Whole Line Up Ctrl+Shift+↑
Select Whole Line Down Ctrl+Shift+↓
Select Line Start Shift+Home
Select Line End Shift+End
Select Previous Word Ctrl+Shift+←
Select Next Word Ctrl+Shift+→
Select Document Start Ctrl+Shift+Home
Select Document End Ctrl+Shift+End
Undo Ctrl+Z
Redo Ctrl+Y
Delete Previous Character Backspace
Delete Previous Character Shift+Backspace
Delete Next Character Del
Delete Previous Word Ctrl+Backspace
Delete Previous Word Ctrl+Shift+Backspace
Delete Next Word Ctrl+Del
Insert Tab Tab
Unindent Lines Shift+Tab
Insert Line Delimiter Enter
Insert Line Delimiter Shift+Enter
Escape Esc
Select All Ctrl+A
Toggle Tab Mode Ctrl+M
Toggle Wrap Mode Ctrl+Alt+W
Toggle Overwrite Mode Ins
Content assist Ctrl+Space
Content Assist Ctrl+Alt+Space
Find... Ctrl+F
Find Next Occurrence Ctrl+K
Find Previous Occurrence Ctrl+Shift+K
Incremental Find Ctrl+J
Incremental Find Reverse Ctrl+Shift+J
Move Lines Up Alt+↑
Move Lines Down Alt+↓
Copy Lines Up Ctrl+Alt+↑
Copy Lines Down Ctrl+Alt+↓
Delete Lines Ctrl+D
Go to Line... Ctrl+L
Next Annotation Ctrl+.
Previous Annotation Ctrl+,
Expand Ctrl+Alt+E
Collapse Ctrl+Alt+C
Expand All Ctrl+Shift+Alt+E
Collapse All Ctrl+Shift+Alt+C
Last Edit Location Ctrl+Q
Trim Trailing Whitespaces Ctrl+Alt+T
Toggle Line Comment Ctrl+/
Add Block Comment Ctrl+Shift+?
Remove Block Comment Ctrl+Shift+|
Toggle Zoom Ruler Ctrl+Alt+Z
Save Ctrl+S
Show Keys Shift+Alt+?
Quick fix Alt+Enter
Toggle line breakpoint Ctrl+F8