|idea | eclipse | 注释
|-- |--|
|command + o |command + shift+R |查找类
|command +shift + o |command + shift+R |查找文件
|Doubue shift |command + shift+R |查找任意文件
|command +F12 |command +O |查找类中所有的变量或者方法
|command +B| |进入接口声明
|command +alt + B| |进入实现
| |ctrl+shift+o |自动import包
| shift+F6 |F2 |重命名文件
|psvm||自动写main
|sout|sys|自动写System.out.printIn|
|comand+alt+T||快捷代码块|
|alt+enter||提示import|
|alt + F7||查找方法被调用的地方|
|control+I||实现接口方法|
|controal+O||重写类中的方法|
|control+H||看类的继承体系|
网友评论