Eclipse IDE 개인 설정 가이드
Eclipse IDE를 더 효율적으로 사용하기 위한 여러 설정을 소개합니다. 이 가이드를 따라하면 개발 환경을 개선하고 생산성을 높일 수 있습니다.
세로 블럭 선택 단축키 변경하기
- 설정 경로:
Window > Preferences > General > Editors > Keys | Toggle Block Selection
- 변경사항: 단축키를
Alt + C
로 변경 (기존에 Alt + C
에 할당된 커맨드는 제거)
워크스페이스 인코딩 변경하기
- 설정 경로:
Window > Preferences > General > Workspace | Text file encoding
- 변경사항: 인코딩을
UTF-8
로 선택
이클립스 시작 이미지 변경하기
- 파일 경로:
eclipse/plugins/org.eclipse.platform_4.3.1.v20130911-1000/splash.bmp
폰트 변경하기
- 설정 경로:
Window > Preferences > General > Appearance > Colors and Fonts | Basic > Text Font
- 변경사항: 글꼴을
Courier New
로 선택
이클립스 힙 상태 표시하기
- 설정 경로:
Window > Preferences > General
- 변경사항:
Show heap status
옵션 체크
Undo 히스토리 설정하기
- 설정 경로:
Window > Preferences > General > Editors > Text Editors
- 변경사항:
Undo history size
를 2000
으로 설정
소스 코드 라인 번호 표시하기
- 설정 경로:
Window > Preferences > General > Editors > Text Editors
- 변경사항:
Show line numbers
옵션 체크
스펠링 검사 해제하기
- 설정 경로:
Window > Preferences > General > Editors > Text Editors > Spelling
- 변경사항:
Enable spell checking
옵션 해제
*.properties 파일 설정하기
- 설정 경로:
Window > Preferences > General > Editors > File Associations
- 변경사항:
*.properties
파일의 기본 에디터를 PropertiesEditor
로 설정
PropertiesEditor 설정하기
- 설정 경로:
Window > Preferences > PropertiesEditor
- 변경사항:
Unicode conversion is not carried out at the time of preservation
옵션 체크
JSP 및 기타 문법 유효성 검사 해제하기
- 설정 경로:
Window > Preferences > Validation
- 변경사항:
XML Schema Validator
, XML Validator
만 체크
이클립스 초기 구동 시간 단축하기
- 설정 경로:
Window > Preferences > General > Startup and Shutdown
- 변경사항:
Plug-ins activated on startup
리스트에서 필요없는 플러그인 해제
SVN 업데이트/커밋 내역 자동으로 보기
- 설정 경로:
Window > Preferences > Team > SVN > Console
- 변경사항:
Show console automatically
에서 On output
옵션 체크
SVN 정보 포맷 설정하기
- 설정 경로:
Window > Preferences > Team > SVN > Label Decorations
- 변경사항:
Text Decorations
탭에서 포맷 설정
자동으로 세미콜론(;) 삽입하기
- 설정 경로:
Window > Preferences > Java > Editor > Typing
- 변경사항:
Automatically insert at correct position
에서 Semicolons
옵션 체크
이클립스 코드 라인 길이 수정하기 (선택사항)
- 설정 경로:
Window > Preferences > Java > Code Style > Formatter
- 변경사항:
Maximum line width
를 300
으로 설정
XML 정렬하기
- 설정 경로:
Window > Preferences > XML > XML Files > Editor
- 변경사항:
Split multiple attributes each on a new line
옵션 체크
같은 변수, 메소드 선택 시 색 반전 효과 적용하기
- 설정 경로:
Window > Preferences > General > Editors > Text Editors > Annotations
- 변경사항:
Occurrences
, JavaScript Occurrences
선택
Grep Console 설정하기
- 설정 경로:
Window > Preferences > Grep Console
댓글
댓글 쓰기