안드로이드2016. 2. 15. 11:22

이클립스를 쓰다가 안드로이드 스튜디오로 넘어왔으니 이클립스 코드 Formatter를 사용해보자.

먼저 이런 설정을 하는 이유는 흔히 말하는 코딩규약(Code Convention) 혹은 단순히 소스 코드 정렬 때문이다.


이번에는 처음 써보는 구글 스타일을 적용해봐야겠다.

(자세한 이미지(스크린 샷)는 생략하지만, 최대한 텍스트로 상세히 기록)


#1.

이클립스 자바 구글 스타일 xml 형식 파일을 내려받는다.

파일명은 eclipse-java-google-style.xml

내려받는 곳은 구글에서 검색해도 되고 아래 주소로 가서 받아도 된다.

https://github.com/google/styleguide

첨부한 파일을 받아도 된다.

eclipse-java-google-style.xml


#2.

File > Settings > Plugins - Browse repositories...

검색 바에 eclipse code formatter > 선택 후 Install plugin > 인스톨 후 Restart Android Studio 버튼

다시 실행된 후

File > Settings > Other Settings > Eclipse Code Formatter - 

(o) Use the Eclipse code formatter

Eclipse Java Formatter config file [내려받은 eclipse-java-google-style.xml] 선택


#3.

Google Style Code 변경 후

File > Settings > Editor > Code Style > Java

Tab size: 4 -> 2

Indent: 4 -> 2

Continuation indent: 8 -> 4

변경해 줘야 귀찮게 하는 This file is indented with 2 spaces instead of 4 이런 문구 안 뜸.



코어제이 홈페이지 제작 소개


코어제이 캔디 앱 소개


Posted by 코어제이