idea
surround with —> ctrl + alt + t
查看父类子类的结构 ----》ctrl+alt +b
利用diagrams展示结构
参考: https://blog.csdn.net/u014534808/article/details/105935092
显示当前类的继承关系 ----》Navigate -> Type Hierarchy
Bulid -> Bulid Artifact -> Clean/Bulid(清除/重新编译)
格式化——》ctrl + alt + shift + L
鼠标点中类名,使用"Alt+Enter", 会弹出intention action -> create tests
Alt + & 查看类中的属性值
eclipse
ctrl + t =》显示类的关系
ctrl + shift + t =》 找类
ctrl + o =》找类中的方法
右键—>Source—>Format (Alt+Shift+S然后选择Format)