Here I summarize my frequently used eclipse shortcut keys:
1> code automatically prompts (without alt+/) in the Java Editor in preference to fill in the following characters: Abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz ({[. The following locations:
650) this.width=650; "style=" border-top-width:0px;border-bottom-width:0px;border-left-width:0px; "title=" QQ picture 20141215204507 "border=" 0 "alt=" QQ picture 20141215204507 "Src=" http://s3.51cto.com/wyfs02/M01/57/01/ Wkiol1so3z3jca3caabf5e29n_e869.jpg "width=" 455 "height="/>
2> Line Editor:
-
Anchor row: Ctrl +L
Copy line: CTRL +alt + arrow key
Delete Row: Ctrl +d
Move line: ALT + arrow keys up and down
New Next line: Shift +enter
3> uppercase and lowercase conversions:
CTRL +shift +x to uppercase
Ctr +shift + y to lowercase
4> Quick Open source file: Ctr +shift +r
5> Quick Outline:ctrl+o Press two times to display the member variables of the parent class
6>ctrl +m Window Maximization
7>ctrl +f6 Quick display of all currently edited files
8> notes:
-
Ctrl +/comment when moving forward
Ctrl +shift +/Block Comment
CTRL + Shift +\ Uncomment
9> Quick Guide Package: Shift +ctrl+ O
10>ctrl +w Close the current edit window
11> back to the last edit location: Ctrl +Q
12> code refactoring: Shift +alt +r (member variable renaming, easier)
13> Quick Position Match Ctrl +shift +p
14> member Sort: Sort Members
15> quick Position class: Ctrl +shift +t
A follow-up supplement .....
Eclipse Common shortcut Key Summary