1.保存时自动格式化代码:
打开eclipse/myeclipse 选择 window-->Preferences-->JAVA-->Editor-->Save Actions 右边选中:
Perform the selected actions on save
Format source code
Format all lines
Organize imports
保存后重启Myeclipse即可。
2.在jsp、xml、html中格式化代码
右击--->Sourse-->Format 即可,