Saturday 7 September 2013

Android Eclipse Keyboard Shortcuts

It is highly recommended to use the Eclipse IDE as an Android application development environment. Eclipse IDE nicely integrates a Android SDK into Eclipse by the use of Android Development tools. In case that you have decided to use Eclipse IDE here are some shortcut to make your android application development much faster:
ActionKeyboard Shortcut
Create a new file in the current packageAlt+Shift+N
Organize the import statementsCtrl+Shift+O
Navigate to the source definitionF3
Rename an objectAlt+Shift+R
Search through Java filesCtrl+H
Open a particular typeCtrl+Shift+T
Find declarationsCtrl+G
Navigate leftAlt+left-pointing arrow
Navigate rightAlt+left-pointing arrow

0 comments:

Post a Comment