Eclipse快捷键
1、alt + / :补全代码的声明
2、ctrl + 1:快速修复
3、ctrl + shift + o:批量导包
4、ctrl + /:使用单行注释
5、ctrl + shift + /:使用多行注释
6、ctrl + shift + \:取消多行注释
7、ctrl + alt + down 或ctrl + alt + up:复制指定行的代码
8、ctrl + d:删除指定行的代码
9、alt + down或alt + up:上下移动代码
10、shift + enter:切换到下一行代码空位
11、ctrl + shift + enter:切换到上一行代码空位
12、ctrl + 选中指定的结构或ctrl + shift + t:如何查看源码
13、alt + left:退回到前一个编辑的页面
14、alt + right:进入到下一个编辑的页面(针对于上面那条来说)
15、ctrl + t:光标选中指定的类,查看继承树结构
16、ctrl + c:复制代码
17、ctrl + z:撤销
18、ctrl + y:反撤销
19、ctrl + x:剪切
20、ctrl + v:粘贴
21、ctrl + s:保存
22、ctrl + a:全选
23、ctrl + shift + f:格式化代码
24、tab:选中数行,整体往后移动
25、shift + tab:选中数行,整体往前移动
26、ctrl + o:在当前类中,显示类结构,并支持搜索指定的方法、属性等
27、alt + shift + r:批量修改指定的变量名、方法名、类名等
28、ctrl + shift + x:选中的结构的大小写的切换:变成大写
29、ctrl + shift + y:选中的结构的大小写的切换:变成小写
30、alt + shift + s:调出生成getter/setter结构
31、alt + enter:显示 当前选择资源(工程or文件)的属性
32、ctrl + k:快速查找:参照选中的word快速定位到下一个
33、ctrl + w:关闭当前窗口
34、ctrl + shift +w:关闭所有的窗口
35、ctrl + alt g:查看指定的结构使用过的地方
36、ctrl + f:查找与替换
37、ctrl + m:最大化当前的View
38、home:直接定位到当前行的首位
39、end:直接定位到当前行的末位