标签:down 多行 大小写 getter 格式化 一行代码 修复 撤销 查看
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 + up 或 alt + down
10、切换到下一行代码空位:shift + enter
11、切换到上一行代码空位:ctrl + shift + enter
12、查看源码:ctrl + 左键单击指定结构
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、调出生成getter/setter等结构:alt + shift + s
31、显式当前选中资源的属性:alt + enter
标签:down 多行 大小写 getter 格式化 一行代码 修复 撤销 查看
原文地址:https://www.cnblogs.com/Oldking666/p/14507682.html