ctrl + tab 切来切去
ctrl + w 选你所想
ctrl + shift + space 智能不全
shift + enter 快速切换到下一行
ctrl + alt + L 格式化代码
ctrl + alt + O 格式化import列表
alt + shift +上键(下键) 代码的上下移动
ctrl + / 单行注释
ctrl + f 在当前文件中搜索
ctrl + R 替换
alt + 左右键 页面之间的切换
ctrl + shift + / 多行注释
ctrl + D 快速向下复制一行
ctrl + Y 删除当前行
ctrl + alt + M 快速抽取方法
alt + enter 快速修复代码
alt + / 代码提示
ctrl + shift + enter 快速不全末尾字符
ctrl + shift + alt + T 重构代码
shift + f6 直接改名
ctrl + alt + v 提取变量
alt + insert 构造方法和getset方法
shift + shift 搜索(类,方法,资源,配置项)
ctrl + H 打开类的层次窗口
alt + f7查找类和方法
ctrl + f12导航