Prefe" />
开发者

Did anyone create the Java Code Formatter Profile for Eclipse IDE that conforms to the Android Code Style Rules?

开发者 https://www.devze.com 2022-12-24 01:40 出处:网络
Android Code Style Guide defines \"Android Code Style Rules\". To conform to these rules one have to change quite a number of settings of the Java Code 开发者_StackOverflow社区Formatter (Window->Prefe

Android Code Style Guide defines "Android Code Style Rules".

To conform to these rules one have to change quite a number of settings of the Java Code 开发者_StackOverflow社区Formatter (Window->Preferences->Java->Code Style->Formatter) default profile (in Eclipse IDE).

Did anyone manage to configure the formatter to follow the "Android Code Style Rules" already?

If yes, please export the Formatter profile and publish to be used by community.

PS: I've tried to do this myself but I've found that there are too many formatter options available, and most of them are not mentioned in the Code Style Guide :-(


There are pre-made formatter rules available from the platform/development.git repository (GitHub mirror, in folder /ide/eclipse).

So you can simply import android-formatting.xml and android.importorder as mentioned here.


On a related note, here's how developers around Google keep their various Eclipse instances all in agreement: Workspace Mechanic for Eclipse


I think personal or team preferences vary to much to globally enforce a coding style. So every body should deploy his project specific coding style.


The link in kroimon's answer to android formatter rules is broken. Here is the correct one.


Sync the source code according to these instructions. The formatting guidelines are in the file development/ide/eclipse/android-formatting.xml. You can import it with Eclipse.

Menu bar -> Window -> Preferences -> Java -> Code Style -> Formatter -> Import

Point it to the path of the android-formatting.xml

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号