Commonly used shortcut keys for Android development in Eclipse:
Automatically add import package Ctrl + Shift + O, here o represents the meaning of organize import;
Format the code indent Ctrl + Shift + F, where we can remember the meaning of F for format formatting;
Quick search code Ctrl + F;
Undo to the last Ctrl + z;
Intelligent content-aware Alt +/, which can easily match the class information we use,/on the keyboard and? Is the same button;
You can use Ctrl + F11 to call the run as dialog box. You can use F11 directly for debug debugging;
Generate a plate comment Alt + Shift + J, and a single row comment Ctrl + /;
Find the method Ctrl + O in a class;
Global search methods include Alt + Shift + R, ALT + Shift + T;
Check which classes have called this method Alt + Shift + G;
Display the description F2 of a method or class;
Enter a method or Class F3 or press Ctrl and then click;
Import-related classes. If the imported classes are not used, delete Ctrl + Shift + O;
Delete the selected row Ctrl + D;
Move the selected row and press ALT and select the row + direction key;
Return to the Last edited place Ctrl + q;
Alt + left;
Forward to the browsing area Alt + right;
Search down the selected string Ctrl + K;