You’ll most likely spend most of your Android development career in the Eclipse IDE. The following table shows a few keyboard shortcuts that can help you save a lot of time.
Action | Keyboard Shortcut |
---|---|
Create a new file in the current package | Alt+Shift+N |
Organize the import statements | Ctrl+Shift+O |
Navigate to the source definition | F3 |
Rename an object | Alt+Shift+R |
Search through Java files | Ctrl+H |
Open a particular type | Ctrl+Shift+T |
Find declarations | Ctrl+G |
Navigate left | Alt+left-pointing arrow |
Navigate right | Alt+left-pointing arrow |
dummies
Source:http://www.dummies.com/how-to/content/eclipse-keyboard-shortcuts.html
No comments:
Post a Comment