Cheatography
https://cheatography.com
PyDev and Eclipse Shortcuts
Edit
Rectangular edition |
Shift+Alt+A |
Find and Replace |
Ctrl+F |
Word Completion |
Alt+/ |
QuickFix |
Ctrl + 1 |
Edit & rearrange lines
Duplicate 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 |
Organise
Collapse |
Ctrl + - |
Expand |
Ctrl + = |
Collapse All |
Ctrl + 9 |
Expand All |
Ctrl + 0 |
|
|
Commenting
Add Comment Block |
Ctrl + 4 |
Add Single Comment Block |
Ctr + Shift + 4 |
Remove Comment Block |
Ctrl + 5 |
Run
Run |
F9 |
Run Unit Tests |
Ctrl + F9 |
Run last launched |
Ctrl + F11 |
Debug
Debug last launched |
F11 |
Step Into |
F5 |
Step Over |
F6 |
Return to Call |
F7 |
Resume |
F8 |
List of special commands
Contains useful actions like:
Assigning method params to attribs of self
Killing all the running shells
|
|
Navigation
Go 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 |
Miscellaneous
To Lower Case |
Ctrl + Shift + Y |
To Upper Case |
Ctry + Shift + X |
Refactor
Extract 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
More Cheat Sheets by WaltheRed