Return to top
Return to top
Return to top
Return to top
Return to top
Return to top
Return to top
Return to top
Return to top
Return to top
Return to top
Return to top
Return to top
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 |
Refactor: Rename | Shift+Alt+R |
Refactor:Extract Local Variable | Shift+Alt+L |
Refactor:Extract Method | Shift+Alt+M |
Refactor:Inline Local Variable | Shift+Alt+I |
Some useful Eclipse provided keybindings | |
Run last lauch | Ctrl+F11 (see how to customize perspective) |
Debug last lauch | F11 (see how to customize perspective) |
Simple text completion | Alt+/ |
Return to top