代码格式化 ctrl + alt + l
代码重构重命名 shift +f6
代码import优化 ctrl + alt + o
查看一般对象的方法实现 ctrl + 鼠标左键
查看接口/抽象类的对象的方法实现 ctrl + alt +鼠标左键
生成测试类 ctrl +shift + t
代码粘贴板 ctrl +shift +v
查看当前对象的引用情况 alt +f7
查看当前所看文件在工程中的位置 alt +f1 然后选择第一个选项
代码查看前进/后退 ctrl + alt + 方向→键 /ctrl + alt + 方向←键
查看当前文件中左右方法 alt + 7
搜索当前工程 ctrl + shift + f
搜索当前工程中的文件 双击shift
万能建 alt + enter
移动代码 ctrl +shift +↑/↓
生成代码 alt +insert
抽出方法 ctrl + alt + m
抽出常量 ctrl + alt + c
将变量inline ctrl +alt +n
实现抽象类/接口中的方法 ctrl +i
重写方法 ctrl +o
查看当前项目结构 ctrl +alt + shift + s
获取当前代码具体的物理位置 ctrl +shift + c
获取当前代码具体关联的位置 ctrl +shift + alt + c