如何在Android Studio中添加Eclipse Code Formatter文件

时间:2015-05-11 19:11:17

标签: android eclipse android-studio code-formatting

我有什么:

我的团队希望在项目中使用自定义代码格式(.xml)文件。该文件包含预定义的java文件编码样式和约定。

我想做什么:

现在我必须将此格式化程序添加为默认代码格式,以便在单击自动代码格式的快捷方式时,整个文件将根据格式化程序中定义的约定。

1 个答案:

答案 0 :(得分:48)

经过长达2天的努力,我完成了在 Android Studio

中集成 Eclipse Code Formatter 的步骤

我在这里分享一步一步的程序,在 Android Studio 中集成 Eclipse Code Formatter

第1步:转到Android Studio的插件部分。 最简单的方法是点击Shift两次,然后输入插件。现在转到插件菜单。

enter image description here

第2步:点击浏览存储库

enter image description here

第3步:在搜索框中输入 Eclipse Code Formatter 。选择它并单击右侧部分中的“安装”按钮

enter image description here

第4步:成功安装后,您可以在顶部笔中看到蓝色的Eclipse图标

enter image description here

第5步:现在转到设置>>其他设置>> Eclipse Code formatter

点击浏览按钮。

enter image description here

第6步:然后选择代码格式XML文件

enter image description here

多数民众赞成

每次单击代码格式化命令时,您的完整代码都将根据代码格式化程序进行格式化。

代码格式化快捷方式:

视窗:   Ctrl + Alt + L

Linux中:   Ctrl + 开始 + Alt + L

的Mac:  选项 + 命令 + L

如果有人想查看代码格式化程序xml的外观,可以查看this one

Google使用的最常用的代码格式之一是here