Cheatography
https://cheatography.com
PyDev and Eclipse Shortcuts
EditRectangular edition | Shift+Alt+A | Find and Replace | Ctrl+F | Word Completion | Alt+/ | QuickFix | Ctrl + 1 |
Edit & rearrange linesDuplicate Selected | Ctrl + Alt + Up | Insert Lines Below Current Line | Shift + Enter | Move Lines Down | Alt + Down | Move Lines Up | Alt + Up | Delete Line | Ctrl + D | Delete next word | Ctrl + Del | Copy Lines | Ctrl + Alt + Down |
OrganiseCollapse | Ctrl + - | Expand | Ctrl + = | Collapse All | Ctrl + 9 | Expand All | Ctrl + 0 |
| | CommentingAdd Comment Block | Ctrl + 4 | Add Single Comment Block | Ctr + Shift + 4 | Remove Comment Block | Ctrl + 5 |
RunRun | F9 | Run Unit Tests | Ctrl + F9 | Run last launched | Ctrl + F11 |
DebugDebug last launched | F11 | Step Into | F5 | Step Over | F6 | Return to Call | F7 | Resume | F8 |
List of special commandsContains useful actions like:
Assigning method params to attribs of self
Killing all the running shells
| | NavigationGo to Line | Ctrl + L | Last Edit Location | Ctrl + Q | Go to next problem marker | Ctrl + . | Next Method or Class | Ctrl + Shift + Down | Previous Method or Class | Ctrl + Shift + Up | Go to Definition | F3 | Find Next | Ctrl + K | Backward Cursor History | Alt + Left | Forward Cursor History | Alt + Right | Search Dialog | Ctrl + H | Find References | Ctrl + Shift + G |
MiscellaneousTo Lower Case | Ctrl + Shift + Y | To Upper Case | Ctry + Shift + X |
RefactorExtract Local Var | Alt + Shift + L | Extract Method | Alt + Shift + M | Rename | Alt + Shift + R |
|
Created By
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets