반응형

제가 사용하는 기본 환경설정입니다.

새로운 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 체크해제

반응형

+ Recent posts