Eclipse的快捷键

瘦欲@ 提交于 2019-12-04 14:16:11

来源于https://www.bilibili.com/video/av48144058?p=242

 

1. alt + /    不全代码

2. ctrl + 1 快速修复

3.批量导包 ctrl +shift +o

4. 使用单行注释 ctrl +/

5. 使用多行注释 ctrl +shift +/

6.取消多行注释 ctrl +shift +\

7. 复制指定行的代码: ctrl +alt +down

8.删除制定行的代码 ctrl +d

9. 上下移动代码:alt + up 或者 alt + down(向下需要修改快捷键)

10.切换到下一行代码空位  shift +enter

11. 切换到上一行代码空位 ctrl+shift+enter

12.查看源代码 : ctrl + 选中指定的结构 或 ctrl +shift +t

13.格式化代码  ctrl +shift+f

14.批量修改指定的变量名 方法名   alt +shift +r

15.选中结构的大小写的切换换大写 ctrl +shift +x

16.选中结构的大小写的切换换大写 ctrl +shift +y

17.关闭窗口 ctrl +w

18.关闭所有窗口 ctrl +shift +w

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!