欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

idea中的快捷键 博客分类: idea idea 

程序员文章站 2024-03-25 17:50:46
...
1. idea中的快捷键

alt + enter    生成返回值,纠错
alt + insert    生成构造方法和getter、setter方法
alt + ←    调转到上一个编辑页面
alt + →    调转到下一个编辑页面
ctrl + b    跳转到调用接口(ctrl + 左键)
ctrl + d    复制行
ctrl + i    实现继承方法
ctrl + x    删除行
ctrl + -    收起单个方法
ctrl + =    展开单个方法
shift + enter    内容保留当前行,光标新开一行,并移动到开头
alt + ctrl + b    跳转到调用接口实现(alt + ctrl + 左键)
alt + ctrl + h    查看方法调用者
alt + ctrl + s    打开setting设置
alt + shift + ↑    上移代码
alt + shift + ↓    下移代码
ctrl + shift + a    查找文件(双击shift)
ctrl + shift + h    查看方法重写结构
ctrl + shift + h    导入包
ctrl + shift + -    收起所有方法
ctrl + shift + =    展开所有方法
alt + ctrl + shift + u    查看类结构关系图
相关标签: idea