Keybindings from Pydev |
Code Completion |
Ctrl+Space |
Template Completion |
Ctrl+Space
|
Content Assistant |
Ctrl+1 |
Navigate Up |
Ctrl+Shift+Up |
Navigate Down |
Ctrl+Shift+Down |
Comment |
Ctrl+3 |
UnComment |
Ctrl+Shift+3 |
Make block comment |
Ctrl+4 |
Go To Definition |
F3 |
Collapse All |
Ctrl+9 |
UnCollapse All |
Ctrl+0 |
Format Code |
Ctrl+Shift+F |
Sort imports alphabetically (or selection) |
Ctrl+Shift+O |
Some useful Eclipse provided keybindings |
Run last lauch |
Ctrl+F11 (see how to customize perspective) |
Debug last lauch |
F11 (see how to customize perspective) |