F8 下一步
F7 进入
F9 调到下一个断点
home end 选中当行 shift + home /shift+end
ctrl + d 复制一行
ctrl+ x 删除一行
ctrl + h 找继承关系
ctrl + f 搜索
ctrl + r 替换shift+F6 重命名
ctrl+shift+n 查找文件
ctrl+shift+c 复制文件全路径
ctrl+shift+f 根据字符查找文件
ctrl+shift+l 格式化代码
ctrl+shift+上箭头/下箭头 上移/下移
ctrl+shift+alt +鼠标点击每一行选中每一行
alt+F7 找被调用(上级)
ctrl+alt+F7 查询被调用的地方(全部)
ctrl+alt+v 自动添加返回值
ctrl+alt+m 抽取方法
sout system.out.print() //syso
fori forEach
psvm+tab public static void main(){}
eclipse 快捷键
ctrl+shift+R输入字母 查文件
ctrl+shift +T 搜索类
ctrl+o 显示该类的所有变量和方法
ctrl+h 弹出搜索框