Eclipse shortcuts and eclipse shortcuts
Tools:
Show shortcut key help: Ctrl + Shift + L
Quick access: Ctrl + 3
Custom keys: Window> preference> enter "keys" or Ctrl + 3 in the search box and enter "keys"
In particular, the Quick access (Ctrl + 3) tool is very practical. You can find any menu, such as the sdk, avd, and new class, which can be quickly removed. Very nice, no mouse at all.
Code editing:
Quick Fix: Ctrl + 1
Word completion: Alt +/
Delete row: Ctrl + D
Package import: Ctrl + Shift + O
Code alignment: Ctrl + Shift + F
Reconstruction-Rename: Alt + Shift + R
Copy the selected row: Ctrl + Alt + Enter
Move the selected row Up/Down: Alt + Up/Down
Locate the declared variable: F3
Previous/next member (member object or member function): Ctrl + Shift + Up/Down
Quick hierarchy: Ctrl + T
Note: Ctrl +/
Comment multiple lines: Ctrl + Shift +/
Close the current editor: Ctrl + W
Quick Outline: Ctrl + O
Open Resource: Ctrl + Shift + R
Display Search dialog box: Ctrl + H
Delete the next/previous word: Ctrl + Delete/Backspace
Delete to the end of the row: Ctrl + Shift + Delete
Insert a row on the current row: Ctrl + Shift + Enter
Insert a row under the current row: Shift + Enter
Jump to a line: Ctrl + L
Select Editor: Ctrl + F6