Tools/Eclipse
Preferences 설정
망할고양이
2016. 10. 12. 16:46
1. 코드 자동완성기능 해제 ( ctrl+space를 이용하여 수동 사용)
Preferences > Java > Editor > Content Assist 에서 Auto Activation - Enable auto activation 해제
2. 오른쪽 하단에 메모리 사용상태 표시
Preferences > General 에서 Show heap status 체크
3. Spell checking 해제
Preferences > General > Editors > Text Editors > Spelling 에서 Enable spell checking 해제
4. 인코딩 변경
Preferences > General > Workspace 에서 Text file encoding 를 UTF-8
5. 줄번호 사용(이클립스 루나버전 이후로는 기본값으로 설정 되어있음)
Perferences > General > Editors > Text Editors 에서 Show line numbers 체크
6. Eclipse 실행속도 개선
Preferences > General > Startup and Shutdown 에서 사용하지 않는 플러그인 로딩 제외
7. Validation 유효성체크 해제
자신이 사용할 부분만 켜서 사용한다. - Jsp 관련 Validation을 해제하는것을 권장
Preferences > Validation
8. Autometic Update Off
Preferences > Install/Updates > Automatic Updates 에서 체크해제