Workspace를 옮길 때마다 설정을 다시 해줘야 한다.
폰트 등 기본설정을 할 때마다 다시 생각하는 것이 소모적이다 보니 내가 보기 위해서 기록한다.
1. 다크모드
Windows - Preferences - General - Appearance ...

2. Font
Windows - Preferences - General - Colors and Fonts

Java - Java Editor Text Font... - Edit

D2Coding 선택 - 확인
(D2Coding 글꼴은 따로 다운받아야 함)
* Java 외에도 Git, Terminal 등 원하는 것 수정
3. Web Browser -> Chrome
Windows - Preferences - General - Web Browser

4. Tab size 조정
1) Java
Windows - Preferences - Java - Code Style - Formatter - Edit

Profile name (임의로)
Indentation - Tab size : 2
Apply - OK
2) JavaScript
Windows - Preferences - Web - Client-side JavaScript - Formatter - Edit

1)과 같음.
5. Server Tomcat 설정


기존 서버 삭제

...new server...클릭

Apache - 필요 버전 선택(9.0) - Next

Browse

Tomcat 설치 폴더 선택 - Finish
(Apache Tomcat 설치 필요)
* 6. JavaScript 파일 가시성 확보
완료
이후 각 프로젝트에 맞춰서 추가 설정한다.
'ETC' 카테고리의 다른 글
[Eclipse] an exception has been caught while processing the refactoring 'Delete Resource' (0) | 2024.06.25 |
---|---|
[Eclipse 설정] js파일 에러표시 제거 (0) | 2024.06.10 |