盘它 ctrl + n 按名字搜索类 ctrl + alt + b 查看子类方法实现 ctrl + h 查看类的继承关系 ctrl + shift + n 按文件名搜索文件 ctrl + n 按名字搜索类 ctrl + shift + enter 补全方法 alt + / 提示 / 补全 ctrl + x 删除当前行 ctrl + alt + v 补全方法的返回值 ctrl + I 重写接口实现类 shift + shift 搜索 alt + insert 生成get或set方法快捷键 alt + enter 导入未实现的方法,强制类型转换 alt + f8 断点调式查看值 alt + f7 查找类或方法在哪被引用 install -Dmaven.test.skip=true maven构建命令 shift + ctrl + f10 运行程序 ctrl + alt + T try...catch... ctrl + alt + L 格式化代码 ctrl + alt + O 去除未引用的jar ctrl + alt + S 设置 ctrl + R 替换 ctrl + shift + alt + T 新建Modules psvm public static void main(String[] args) sout System.out.println() ctrl + shift + F 按照文本的内容查找照文本的内容查找 ctrl + F 按照文本的内容查找