AndroidStudio设置⾃定义代码格式化
Eclipse、Intellij idea格式化结果不⼀样,导致长时间都是⽤两个开发⼯具,idea开发eclipse进⾏格式化。但是现在这个问题可以解决了。使⽤Eclipse Code Formatter。
Intellij idea:
1,安装插件:
⽹络安装:选择Setting =>Plugins=>Browse repositories,搜索Eclipse即可出现,点击左上⾓的Download and Install安装。安装之后重启Intellij,即可在Setting =>Eclipse Code Formatter到配置项。
eclipse android硬盘安装(推荐):Setting =>Plugins=>Install plugin from disk,选中下载好的安装包【EclipseFormatter.zip】安装,重启后⽣效;
2,配置插件:
选择Other Setting =>Eclipse Code Formatter,勾选Use the Eclipse-code-formatter,并在Eclipse Java Formatter config file选择Eclipse⽤的l⽂件,这个选项会决定格式化代码的⽅式。
同时配置Import order的From File也为Eclipse⽤的l⽂件,这个选项会决定组织import区域的⽅式。
3,使⽤插件
使⽤Intellij的格式化快捷键”Ctrl+ALT+L”即可进⾏格式化。如果出错会输出提⽰到Event Log⾥,如果看到’xxx formatted sucessfully by Eclipse code formatter’则表⽰格式化成功!

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。