반응형
01. Settings 메뉴 선택
햄버거 버튼 > File > Settings... 클릭


02. 테마 변경
Appearance & Behavior > Appearance

Light 테마를 추천. Dark 모드처럼 배경이 어두운 테마가 근, 난시를 유발할 수 있다는 최근 연구결과가 있었음.
03. 에디터에서 Ctrl + 마우스 스크롤로 폰트 크기 변경
Editor > General

Mouse Control 박스에 있는 “Change font size with Ctrl+Mouse Wheel in:”에 체크
- Active editor: 활성화된 에디터의 폰트 크기 조정
- All editors: 모든 에디터의 폰트 크기 조정 (추천)
04. 자바 파일 실행시 콘솔에 필요없는 내용이 많이 나타날 시 (Gradle)
Build, Excution, Deployment > Build Tools > Gradle

Build and Run 박스에서 “Build and run using”, “Run tests using” 속성의 값을 “IntelliJ IDEA”로 변경
05. 메인 메소드 sticky 기능 비활성화
Editor > General > Sticky Lines

Java 체크 해제 후 [ OK ] 버튼 클릭
06. 주석 색상 변경
Editor > Color Scheme > Java
화면에서 Comments 선택. Block comment, Line comment 모두 Inherit values from: 체크 해제 후 Foreground 를 원하는 16진수 색상값으로 변경하면 됨. (아래 화면의 색상값: 10A41B)

반응형
'Tool > IDE' 카테고리의 다른 글
| [IntelliJ] 사용팁 (0) | 2025.09.23 |
|---|---|
| [IntelliJ] 설치, 라이센스, 실행 (0) | 2025.09.23 |