Myeclipes

1. Window + E to open the resource manager2
. ctrl + L browser address bar gets the focus and selects all3
. F12 browser debug mode4
. F5 browser
refresh5. alt + mouse vertical editing of Nodepad++
6. F3 Windows Find
7. ctrl + F Find (General)
8. ctrl + H Replace (General)
9. ctrl + O Open (General)
10. ctrl + N New (General)
11. ctrl + P Print (General)
12. F11 Full screen (universal)
13. alt + F4 close window
14. alt + space + X maximize window
15. alt + space + N minimize window
16. ctrl + A select all
17. window + L lock system
18. ctrl + alt       + delete task management /
restart

Eclipse
21. ctrl + D delete empty lines
22. alt + / code completion main sysout syserr try for if
22. ctrl + 1 quick fix
23. alt + shift + J quick doc comment
24. ctrl + / line level comment
25. ctrl + shift + / block comment
26. alt + up/down move code
27. ctrl + alt + up/down copy code
28. alt + shift + L extract variable
29. alt + shift + I merge code
30. alt + shift + M Extract method
31. F3 Jump to the place where variables, methods, and classes are defined
32. F4 Display class inheritance structure tree
33. F2 Rename files
34. ctrl + shift + R Rename (variables, classes, methods )
35. ctrl + shift + Y uppercase to lowercase
36. ctrl + shift + X lowercase to uppercase
37. ctrl + alt + F format code
38. alt + shift + S ++ R generate property accessor (setter/getter)
39. alt + shift + S++ C generate constructor (from parent class)
40. alt + shift + S ++ O Generate constructor (using properties)
41. ctrl + O outline view (self)
42. ctrl + O ++ O outline view (including all parent classes)
43. ctrl + shift + T Find classes
43. ctrl + shift + R Find files
44. ctrl + T Find inheritance tree (classes, methods)
45. ctrl + F6 Switch open editing windows
46. alt + shift + V Move methods and variables
47. ctrl + Z undo (general)
48. ctrl + Y redo (general)
49. ctrl + shift + left/right select by word
50. alt + shift + left/right select by range
51. ctrl + up/down move screen display
52 . ctrl + shift + up/down press member to move cursor
53. ctrl + K press to select fast forward positioning
54. ctrl + shift + K press to select fast reverse positioning
55. ctrl + L position line
56. alt + left/right Locate last/next position
57. F11 Debug run
58. ctrl + F11 Run run
59. F6 single step
60. F8 jump to next breakpoint
61. F5 to enter the method
62. F7 to jump out of the current method
63. alt + shift + C to edit the method signature
64. ctrl + shift + G to view the called position of the method
65. alt + shift + T ++ U to extract the parent class method up
66 .ctrl + H global find
67. ctrl + Q jump to last edit position
68. alt + shift + S ++ U clean up
69. ctrl + S save current file (generic)
70. ctrl + shift + S save all File
71. ctrl + W / ctrl + F4 close current file
72. ctrl + shift + O batch import classes
73. ctrl + f maximize, full screen

 

 

 

 

 


 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326839988&siteId=291194637