java快捷键
1;alt + insert 生成类的各项基本方法。
2;ctrl + alt +l 格式化代码
3;ctrl + r 替换文本
4;ctrl + f 查找文本
5;ctrl + space 代码提示
6;ctrl + shift + space 自动补全代码
7;ctrl + alt + o 优化导入的包和类
8;ctrl + shift +backspace 回到上次编辑的地方
9;alt + q 可以看到当前方法的声明
10;ctrl + alt + v 可以引入变量