티스토리 뷰

Android

Eclipse, Coding Style: Setting android-formatting.xml & android.importorder

rhys
반응형

Code Style Guidelines for Contributors

The rules below are not guidelines or recommendations, but strict rules. Contributions to Android generally will not be accepted if they do not adhere to these rules.


Not all existing code follows these rules, but all new code is expected to.


이클립스, 안드로이드 코드자동정렬/코드스타일/표준코딩스타일/자동포맷/오토포매팅 단축키


http://source.android.com/source/code-style.html




이클립스에서 Ctrl+Shift+F로 사용할 수 있는 자동정렬 단축키.


하지만 포매터의 기본설정은 Java나 Eclipse로 되어있다.




이클립스 ADT에 안드로이드 표준 코딩스타일을 적용시키기 위해서는:


Preferences - Java - Code Style - Formatter - Import...



android-formatting.xml 파일을 임포트 후 Active profile을 Android로,



Preferences - Java - Code Style - Organize Imports - Import...



Organize Imports에서 android.importorder 파일을 임포트 해주면 코드를 표준에 맞게 관리할 수 있다.


Preferences - XML - XML Files - Editor

또 XML에서  Split multiple attributes each on a new line을 해주면 XML파일을 깔끔하게 정리할 수 있다고.

추가로 Window - Preferences - General - Keys에서 Format으로 검색하면, 자동정렬 단축키를 바꿀 수 있다.





반응형

댓글