1.添加格式化规范
1.安装idea插件--eclipse code formatter
按住ctrl + alt + S 然后点击 plugins --- install plugin from disk ---寻找EclipseFormatter压缩包地址 --- ok
2添加配置文件
下载好eclipse格式化文件 按住ctrl + alt + S 重启后会发现出现eclipse code formatter 选项,点击进入 按照图片进行配置,路径选择文件夹内eclipse-codestyle文件
注意 每次保存需要 ctrl+alt +l
2.注释规范
ctrl + alt + S --- file and code templates – includes ---file header 然后填写下面代码
/** * 应用模块名称: * 代码描述: * Copyright: Copyright (C) ${YEAR}, Inc. All rights reserved. * Company: * @author * @since ${DATE} ${TIME} */