注意设置keymaps: Eclipse (Mac OS X)copy
1、Comment with Line Comment : 单行注释 //
2、Comment with Block Comment :块级注释 /**/
3、Delete Line : 删除一行
4、Basic : 代码提醒
5、Back : 回退上次操作
6、Forward : 返回前次操作
7、Find : 当前文档中搜索关键字
8、Find in Path : 当前路径中搜索关键字
9、Replace : 当前文档中替换关键字
10、Replace in Path: 当前路径中替换关键字
11、Declaration: 点击跳转方法的声明
12、Implementation:点击跳转方法的实现
13、Copy:复制
14、Paste:粘贴
15、Undo:撤销
16、Redo:取消撤销
17、Rename:重命名
18、Show Intention Actions:当前错误方法处理意图
19、Save All :保存
20、Reformat code :格式化代码
网友评论