제가 사용하는 기본 환경설정입니다.
새로운 workspace를 만들때마다 항상 설정합니다.
Validation Off는 하는게 정신건강에 이롭습니다. (JSP 파일이 많을 수록 HELL)
[Editor Format] (들여쓰기 설정입니다.)
Window > Preference > Java > Code Style > Formatter
- New.. > scc-project > OK
- Indentation > Tab policy : Spaces only
- Indentation > Indentation size : 2
- Indentation > Tab size : 2
- Line Wrapping > Maximem line width : 120
- OK
Window > Preference > Javascript > Code Style > Formatter
- New.. > scc-project > OK
- Indentation > Tab policy : Spaces only
- Indentation > Indentation size : 2
- Indentation > Tab size : 2
- Line Wrapping > Maximem line width : 120
- OK
Window > Preference > Web > HTML Files > Editor
- Line width : 120
- Indent using spaces 체크
- Indentation size = 2
- Inline Elements > Ctrl + A > Remove
- Apply
Window > Preference > XML > XML Files > Editor
- Line width : 120
- Indent using spaces 체크
- Indentation size = 2
- Apply
[Validation Off]
Window > Preference > Validation
- Disable All
- Suspend all validators 체크
Window > Preference > Web > JSP Files > Validation
- Validate JSP fragemtns 체크해제
'Tool' 카테고리의 다른 글
java - eclipse code assist not working (0) | 2019.09.19 |
---|---|
Android Studio TortoiseSVN 연결하기 (0) | 2019.09.17 |
STS Eclipse Market에서 Properties Editor 검색이 안되네요. (0) | 2019.08.12 |
엑셀 랜덤 추첨하기. (0) | 2019.07.12 |
엑셀 사용하지 않는 오른쪽 영역 보이지 않게 하기 (0) | 2019.07.07 |
VirutalBox 가상 머신 IE9 - win7 1의 세션을 열 수 없습니다. (0) | 2019.06.03 |
엑셀 자동채우기 드래그 데이터 많을 때 대량 복사하기 (0) | 2019.04.29 |
eclipse Open Resource target dir 제외하기 (0) | 2019.03.25 |