Myeclipes

1.  Window + E   开启资源管理器
2.  ctrl + L   浏览器地址栏获取焦点并全选
3.  F12     浏览器的Debug模式
4.  F5     浏览器刷新
5.  alt + 鼠标   Nodepad++的竖向编辑
6.  F3     Windows查找
7.  ctrl + F   查找(通用)
8.  ctrl + H   替换(通用)
9.  ctrl + O   打开(通用)
10. ctrl + N   新建(通用)
11. ctrl + P   打印(通用)
12. F11     全屏(通用)
13. alt + F4   关闭窗口
14. alt + 空格 + X  最大化窗口
15. alt + 空格 + N  最小化窗口
16. ctrl + A   全选
17. window + L   锁定系统
18. ctrl + alt + delete 任务管理/重起
19. window + P   切换屏幕模式
20. alt + tab   切换窗口
      fn + alt + prtsc    获取到当前窗口的截图

Eclipse
21. ctrl + D   删除空行
22. alt + /    代码补全    main  sysout  syserr try for if
22. ctrl + 1   快速修复
23. alt + shift + J  快速文档注释
24. ctrl + /   行级注释
25. ctrl + shift + / 块级注释
26. alt + 上/下   移动代码
27. ctrl + alt + 上/下 复制代码
28. alt + shift + L  抽取变量
29. alt + shift + I  合并代码
30. alt + shift + M  抽取方法
31. F3     跳转到变量、方法、类的定义的地方
32. F4     显示类的继承结构树
33. F2     重命名文件
34. ctrl + shift + R  重命名(变量、类、方法)
35. ctrl + shift + Y  大写转小写
36. ctrl + shift + X  小写转大写
37. ctrl + alt + F   格式化代码
38. alt + shift + S ++ R 生成属性访问器(setter/getter)
39. alt + shift + S ++ C 生成构造器(来自父类)
40. alt + shift + S ++ O 生成构造器(使用属性)
41. ctrl + O    大纲视图(自已)
42. ctrl + O ++ O   大纲视图(包含所有父类)
43. ctrl + shift + T  查找类
43. ctrl + shift + R  查找文件
44. ctrl + T    查找继承关系树(类、方法)
45. ctrl + F6    切换打开的编辑窗口
46. alt + shift + V   移动方法和变量
47. ctrl + Z    撤销(通用)
48. ctrl + Y    重做(通用)
49. ctrl + shift + 左/右 按单词选中
50. alt + shift + 左/右  按范围选中
51. ctrl + 上/下   移动屏幕显示
52. ctrl + shift + 上/下 按成员移动光标
53. ctrl + K    按选中快速正向定位
54. ctrl + shift + K  按选中快速反向定位
55. ctrl + L    定位行
56. alt + 左/右    定位上次/下次位置
57. F11      Debug运行
58. ctrl + F11    Run运行
59. F6      单步执行
60. F8      跳到下个断点
61. F5      进入方法内部
62. F7      跳出当前方法
63. alt + shift + C   编辑方法签名
64. ctrl + shift + G  查看方法被调用位置
65. alt + shift + T ++ U 向上抽取父类方法
66. ctrl + H    全局查找
67. ctrl + Q    跳到最后一次编辑位置
68. alt + shift + S ++ U clean up清理
69. ctrl + S    保存当前文件(通用)
70. ctrl + shift + S  保存所有文件
71. ctrl + W / ctrl + F4 关闭当前文件
72. ctrl + shift + O  批量导入类
73. ctrl + f                    最大化,全屏


 

猜你喜欢

转载自banish.iteye.com/blog/2296593