-
[Eclipse] 초기 설정 및 최적화Eclipse 2019. 1. 10. 11:47반응형
1.설정파일 수정
eclipse.ini 초기 설정 - http://tychejin.tistory.com/37
2.인코딩 변경
UTF-8로 인코딩(Encoding) 설정 - http://tychejin.tistory.com/38
3.메모리 사용 상태 표시
Window -> Preferences -> General 에서 Show heap status 체크
4. Spell checking 해제
Window -> Preferences -> General -> Editors -> Text Editors -> Spelling 에서 Enable spell checking 체크 해제
5.Eclipse 실행속도 개선
Window -> Preferences -> General -> Startup and Shutdown 에서 디폴트로 선택되는 플러그인 중 불필요한 것 체크 해제
6.Autometic Update Off
Window -> Preferences -> Install/Updates -> Automatic Updates 체크 해제
7.코드 자동 완성 기능 해제
Window -> Preferences -> Java -> Editor -> Content Assist 에서 Auto Activation - Enable auto activation 체크 해제
8.Validation 유효성 체크 해제
Window -> Preferences -> Web -> JSP Files -> Validation -> Validate JSP fragments 체크 해제
반응형'Eclipse' 카테고리의 다른 글
[Eclipse] JRE(JDK) 추가 및 재설정 (4) 2019.01.15 [Eclipse] Java Compiler 설정 (1) 2019.01.14 [Eclipse] UTF-8 인코딩(Encoding) 설정 (2) 2019.01.08 [Eclipse] eclipse.ini 초기 설정 (0) 2019.01.07 [Eclipse] 단축키 모음 (0) 2019.01.03