- plug-in 설치
STS, Enhanced Class Decompiler, propertiesEditor
- File Associations 설정(디컴파일러 연동)
- Gradke 설정
- Maven 설정
- 자동 업데이트 해제
Window > Preferences > Install/Update > Automatic Updates
Automatically find new updates and notify me 체크해제
- 글꼴설정
[방법]: Window > Preferences > General > appearance > Colors and Fonts > Basic > Text Font 클릭
이클립스(Eclipse) 개발환경 "UTF-8" 인코딩 설정
[ 출처 - 위키백과 ] UTF-8 인코딩은 유니코드 한 문자를 나타내기 위해 1바이트에서 4바이트까지를 사용한다. 예를 들어서, U+0000부터 U+007F 범위에 있는 ASCII 문자들은 UTF-8에서 1바이트만으로 표시
gangzzang.tistory.com
- 탭설정 (탭대신 공백 사용)
indent 검색 후 설정
- java 설정 (주석 설정)
- java 설정 ( Save Actions 설정)
- 괄호 및 선택 단어 강조 찾기
- Syntax Coloring 설정
'eclipse' 카테고리의 다른 글
CHKJ3000E: WAR Validation Failed (0) | 2024.10.01 |
---|---|
eclipse 2024-09 CTRL + F (Find/Replace) 창 나오게 하기 (0) | 2024.09.28 |
eclipse navigator deprecated (0) | 2023.06.02 |
Eclipse: Project 'PROJECT_NAME' has no explicit encoding set (0) | 2023.05.16 |
Cannot change version of project facet Dynamic Web Module to 2.4 (0) | 2023.01.14 |