eclipse all shortcuts

* 1. Completion code statement: alt + /

 * 2. Quick Fix: ctrl + 1  

 * 3 Batch leader packet: ctrl + shift + o

 * 4. single-line comments: ctrl + /

 * The use of multi-line comments: ctrl + shift + /   

 * 6. Cancellation multi-line comments: ctrl + shift + \

 * 7. Copy the code specified row: ctrl + alt + down or ctrl + alt + up

 * 8. Delete the specified lines of code: ctrl + d

 * 9. The vertical movement Code: alt + up or alt + down

 * 10. The gap switch to the next line of code: shift + enter

 * 11. The space switch to the line of code: ctrl + shift + enter

 * 12. How to view source code: ctrl + select specific structure or ctrl + shift + t

 * 13. Return to the previous page editor: alt + left

 * 14. proceed to the next edit page (the one above is directed to a): alt + right

 * Selected with the cursor 15 specified class inheritance tree view structure: ctrl + t

 Copy the code * 16: ctrl + c

 17. * Undo: ctrl + z

 18. Anti * Undo: ctrl + y

 * 19. Cut: ctrl + x

 20. * Paste: ctrl + v

 21. * Save: ctrl + s

 * 22. Select: ctrl + a

 * 23. The formatting code: ctrl + shift + f

 * 24. Select the number of lines, the overall backward movement: tab

 * 25. Select the number of lines, the overall forward movement: shift + tab

 * 26. In this class, a display class structure, and supports the search for the specified method attributes: ctrl + o

 * 27. The bulk modify the variable name specified method names, class names like: alt + shift + r

 * 28. The selected sensitive switch structure: capitalized: ctrl + shift + x

 * 29. The selected sensitive switch structure: lowercase: ctrl + shift + y

 * 30.调出生成getter/setter/构造器等结构: alt + shift + s

 * 31.显示当前选择资源(工程 or 文件)的属性:alt + enter

 * 32.快速查找:参照选中的Word快速定位到下一个 :ctrl + k

 *

 * 33.关闭当前窗口:ctrl + w

 * 34.关闭所有的窗口:ctrl + shift + w

 * 35.查看指定的结构使用过的地方:ctrl + alt + g

 * 36.查找与替换:ctrl + f

 * 37.最大化当前的View:ctrl + m

 * 38.直接定位到当前行的首位:home

 * 39.直接定位到当前行的末位:end

Guess you like

Origin www.cnblogs.com/zirui0219/p/11299235.html