IntelliJ IDEA (인텔리제이) 다운로드 및 설치후 셋팅하기

Dec 18, 2023
IntelliJ IDEA (인텔리제이) 
다운로드 및 설치후 셋팅하기

1. IntelliJ 다운로드 클릭

 
notion image
 
notion image
 
community edition 무료 버전으로 다운로드 하기
 

2. IntelliJ 설치하기

 
notion image
notion image
 
 
notion image
 
설치 옵션
  • Create Desktop Shortcut : 바로가기 생성
  • Update PATH variable : 설치한 프로그램의 bin 폴더 경로를 윈도우 환경변수 PATH 자동 추가
  • Update Context Menu : 프로젝트로 폴더 열기 메뉴 추가
  • Create Associations : 사용할 언어 확장자 선택
 
💡
Create Desktop Shortcut —> 체크
Create Associations —> .java .gradle 체크
설치 옵션 체크 후 모두 Next를 눌러서 설치
 

3. IntelliJ 실행 및 셋팅하기

 
notion image
 

1) File - Settings - Editor - Font

폰트를 16로 바꾸고 Apply 를 해주면 폰트 크기 설정 완료됨
(3단 메뉴 바 클릭해서 font 검색후 폰트 설정 해줘도 됨)
 
notion image
 

2) File - Settings - mouse wheel 검색

Mouse Control - Change font size with Ctrl+Mouse Wheel in:
위 항목을 체크하고 Apply 를 해주면 Ctrl을 누른 채로 마우스 휠을 움직였을 때 코드의 글씨 크기를 조정할 수 있다.
 
notion image
 

3) File - Settings - Tools - Actions on Save

Action - Reformat code, Optimize imports, Build project
위 항목을 체크하고 Apply 를 해주면 저장할 때 자동으로 코드가 정리된다.
 
notion image
 
 
Share article

Coding_study