1,设置代码格式化模板
在MyEclipse中使用Ctrl+Shift+F快捷键将代码格式化的时候发现没有反应,这时候除了快捷键被占用外,就是代码格式化模板在MyEclipse中没有配置,在MyEclipse10中具体操作如下:
①.格式化代码模板:eclipse-formatter.xml
②. window --> preferences --> Java --> Code Style --> Formatter后选择Import进行xml文件的导入,如下图:
2.注释代码模板
操作和上面的相同,只是选择的是Code Templates后选择Import进行 codetemplates.xml文件的导入
3.保存时自动格式化
window --> preferences --> Java --> Edutor --> Save Actions的右边下列选项打钩:
Perform the selected actions on save
Format source code
Format all lines
Organize imports
然后保存重启MyEclipse即可。