myeclispse keyboard shortcuts

1. Window + E to open the resource manager2
. ctrl + L browser address bar to get the focus and select 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
19. window + P switch screen mode
20. alt + tab switch window

Eclipse
21. ctrl + D delete blank 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 level comment
26. alt + move code up/down
27. ctrl + alt + copy code up/down
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
file34. ctrl + shift + R Rename (variable, class, method)
35. ctrl + shift + Y uppercase to lowercase36
. ctrl + shift + X lowercase to uppercase37
. ctrl + alt + F format Code
38. alt + shift + S ++ R generates property accessors (setters/getters)
39. alt + shift + S ++ C generates constructors (from parent class)
40. alt + shift + S ++ O generates constructors
41. ctrl + O outline view (self)
42. ctrl + O ++ O outline view (with all parent classes)
43. ctrl + shift + T find class
43. ctrl + shift + R to find files
44. ctrl + T to find inheritance tree (classes, methods)
45. ctrl + F6 to switch open editing windows
46. alt + shift + V to move methods and variables
47. ctrl + Z to undo (universal)
48. ctrl + Y redo (universal)
49. ctrl + shift + left/right press word to select
50. alt + shift + left/right press range to select
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 position up Next/Next position
57. F11 Debug run
58. ctrl + F11 Run run
59. F6 single step
60. F8 jump to next breakpoint
61. F5 enter method inside
62. F7 jump out of current method
63. alt + shift + C Edit method signature
64. ctrl + shift + G View method called position
65. alt + shift + T ++ U Extract 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 (general)
70. ctrl + shift + S save All files
71. ctrl + W / ctrl + F4 close the current file
72. ctrl + shift + O batch import classes












Guess you like

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