ctrl + j 查看所有快捷键
ctrl + d 向下复制选中
ctrl + x 剪切 删除选中
ctrl + y 删除选中
ctrl + shift + enter 补全行末分号
ctrl + shift + ↑↓ 上下移动代码块
ctrl + q 查看方法信息
ctrl + alt + o 整理Import
ctrl + alt + L 整理代码
ctrl + shift + v 历史剪粘板
double shift 查找文件
ctrl + e 最近访问的文件
ctrl + shift + e 最近编辑的文件
ctrl + f12 搜索方法
ctrl + f 搜索
ctrl + shift + f 全局搜索
ctrl + r 替换
ctrl + shift + r 全局替换
ctrl + shift + 回退键 回到上次编辑处
shift + f9 debug启动项目
shift + f10 启动项目
ctrl + f2 停止项目
shift + 7 debug选择进入的方法
ctrl + h 查看类的 继承关系 和 被继承关系
ctrl + shift + H 查看方法的继承结构
ctrl + alt +H 查看类或方法被调用情况
ctrl + shift + I 原地参看类、方法的声明
F2/shift + F2 定位错误
ctrl + [] 定位代码块开始结束