设置Myeclipse中的代码格式化、及保存时自动格式化

时间:2022-09-11 13:17:57

1.保存时自动格式化代码:

打开eclipse/myeclipse 选择 window-->Preferences-->JAVA-->Editor-->Save Actions 右边选中:

Perform the selected actions on save

       Format source code

          Format all lines

      Organize imports

保存后重启Myeclipse即可。

 

设置Myeclipse中的代码格式化、及保存时自动格式化

2.在jsp、xml、html中格式化代码

右击--->Sourse-->Format  即可,