Ctrl+Alt+T 选中代码块加try catch等常用快捷操作。如图:
psvm+Tab键 快速创建main方法
pout+Tab键 快速打出System.out.println();
Ctrl+I 查看实现接口的实现方法
Ctrl+I 选择可以继承的方法
Ctrl+O 选择可以重写的方法