eclipse操作(备忘)

myecplise破解   https://blog.csdn.net/by_xiaobai007/article/details/81177367

1.查看类路径

2.建立模板

window--preference---java--editor---templates---new添加模板

3javabean 添加get set方法

右键---source---generate getters and setters

4.自动生成返回值  crtl+2  选择Assign statement to new local variable

5.查找代码中的文件,打开文件  ctrl+shift+r

要快速找到某个类型的定义,

选择菜单Navigate > Open Type,

或者按下Ctrl+Shift+T键

Ctrl+T 快速显示当前类的继承结构

格式化,xml 一行太长 格式化source--format

效果

原文地址:https://www.cnblogs.com/hellowq/p/9395854.html