1. "Alt +/"
Quick access to assistive information when memory is not a complete class or method
SYSO + "ALT +/"-System.out.println ();
Main + "ALT +/"--public static void main (string[] args) {}
... ...
2. "Alt +↑"
Move one row up the cursor line to select multiple rows
3. "Alt +↓"
Move one row down the line with the cursor, you can select multiple rows
4. "Ctrl +/"
Quickly add or cancel a single line of comments
5. "CTRL + SHIFT +/"
Quickly add multiple lines of comment
6."CTRL + SHIFT + \"
Quickly cancel multiple lines of comment
7. "Ctrl + D"
Quickly delete the row of the cursor, you can select multiple lines to delete together
8. "Ctrl + 1"
Quick display of the cursor line problem, and give some modification scheme
9. "Ctrl + SHIFT + O"
Quick import of classes in related development jar packages
10. "Ctrl +shift + F"
Quick Format
11. "Ctrl + S"
Save the currently edited code file, "CTRL + Shift +s" to save All files
12. "F3"
Jump to declaration or definition, equivalent to "CTRL + Left mouse button"
This article is from "Forever Young" blog, please be sure to keep this source http://kingkongzhao.blog.51cto.com/6319491/1652205
Eclipse Common shortcut keys