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
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+←
Navigate right Alt+→
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+←
Navigate right Alt+→
No comments:
Post a Comment