来源于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
19.添加文档注释 alt +shift +j
原文:https://www.cnblogs.com/jintianhekele/p/11869868.html