본문 바로가기

프로그래밍/ETC...

이클립스 정렬

GoogleStyle.xml
0.03MB

1. Eclipse Theme 변경

- Command + , (환경설정) - General - Apperance - Theme 

 

2. Eclipse Font 변경

- Command + , (환경설정) - General - Apperance - Colors and Fonts - Basic - Edit

  폰트 FiraCode / D2Coding 추천 

 

3. *.java Formatter

- Command + , (환경설정) - Java - Code Style - Formatter - Edit

첨부파일 다운 받아 설정.

 

4. 자동정렬(Ctrl+Shift+F) 사용시 좀 더 깔끔하게 쓰기

"window - preferences - web - HTML Files - Editor"

 

1. Align final bracket in multi-line element tags 체크

 

 

2. Inline Elements에서 "input", "select", "td" 항목 제거 (줄바꿈 하지 않을 항목)

 

'프로그래밍 > ETC...' 카테고리의 다른 글

[IDE-Eclipse] WebContent Webroot 변경  (0) 2022.10.06
[Eclipse] 이클립스 WAS 전환  (0) 2022.04.07
[WinAPI] 자료형  (1) 2019.08.07
[Eclipse] 이클립스 설정  (0) 2018.08.03
HTTP 서버 응답 코드 (Response Code) 정리  (0) 2018.07.27