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 에서 체크해제
'Tools > Eclipse' 카테고리의 다른 글
Ctrl + F 혹은 Ctrl +H 로 주석 찾기 (0) | 2017.04.26 |
---|---|
Eclipse Tomcat SSL 인증서 파일 위치 (0) | 2016.12.21 |
eclipse.ini 설정 (0) | 2016.10.12 |
Eclipse SE/EE 차이 설명 (0) | 2016.09.12 |
Eclipse 사용시 JSP에서 붙여넣기 시 응답없음 (0) | 2016.09.06 |