-
ctrl + ↑ 向上滚动一行
-
ctrl + ↓ 向下滚动一行
-
ctrl + ← 跳转单词左侧
-
ctrl + → 跳转单词右侧
-
ctrl + - 收缩代码
-
ctrl + = 展开代码
-
ctrl + [ 跳转代码块起始
-
ctrl + ] 跳转代码块结束
-
ctrl + delete 删除光标至单词结尾内容
-
ctrl + end 跳转到文件尾
-
ctrl + home 跳转到文件头
-
ctrl + f1 显示提示信息
-
ctrl + f3 查找当前元素在类中引用
-
ctrl + f4 关闭当前页面
-
ctrl + f12 显示当前类结构
-
ctrl + space 提示
-
ctrl + enter 上、下加一行
-
ctrl + tab 显示可切换窗口
-
ctrl + e 最近打开的文件
-
ctrl + b 快速打开光标处类或者方法,跳转到变量声明处
-
ctrl + d 向下复制一行
-
ctrl + g 跳转到指定行
-
ctrl + h 显示类继承结构图
-
ctrl + i 实现接口方法
-
ctrl + j 自动代码
-
ctrl + n 查找类文件
-
ctrl + o 重写父类方法
-
ctrl + p 显示变量
-
ctrl + q 查看当前方法声明
-
ctrl + r 替换
-
ctrl + u 跳转到继承或实现方法的声明处
-
ctrl + w 选中整个单词、代码、代码块
-
ctrl + x 剪切当前行
-
ctrl + y 删除当前行
-
ctrl + / 注释
-
ctrl + shift + e 最近更改的文件
-
ctrl + shift + f 目录内查找
-
ctrl + shift + n 查找文件
-
ctrl + shift + u 大小写转换
-
ctrl + shift + ± 展开、收缩全部代码
-
ctrl + shift + space 自动补全代码
-
ctrl + shift + insert 选择剪切板中的内容
-
ctrl + shift + alt + n 全局查找变量
-
ctrl + shift + alt + c 复制全类名
-
ctrl + alt + ←→ 跳转到上、下次浏览的位置
-
ctrl + alt + space 补全类名
-
ctrl + alt + f7 查找调用者
-
ctrl + alt + f 变量重命名
-
ctrl + alt + h 查找方法被调用(从小到大)
-
ctrl + alt + b 查找接口实现类
-
ctrl + alt + o 优化导入的类包
-
ctrl + alt + l 格式化代码
-
ctrl + alt + t 将代码包含在模块中try、if、for等
-
alt + insert 快速创建类、方法
-
alt + ↑↓ 方法间跳动
-
alt + ←→ 类之间跳动
-
alt + enter 不同位置不同提示(重要)
-
alt + f1 打开当前类的不同视图
-
alt + f7 查找被调用处(从大到小)
-
alt + 1 项目
-
alt + 7 类结构
-
alt 1~9 各个窗口
-
alt + shift + ↑↓ 上下移动一行
-
double shift 全局查找
-
shift + f2 错误快速定位
-
shift + f6 重命名
-
shift + f12 还原默认布局
-
shift + enter 下插入一行
-
f3 跳转下一处
-
f8 debug单步调试,不进入
-
f7 debug单步调试,进入
-
f12 返回上一个窗口
IDEA快捷键整理
最新推荐文章于 2024-03-07 12:12:40 发布