IntelliJ 설치
ToolBox 설치 및 실행
JetBrains Toolbox App: 도구를 간편하게 관리
작업표시줄 우측 하단에 ToolBox App 클릭하여
무료버전 IntelliJ IDEA Community Edition 설치
(유료는 Ultimate)
설정에서 최대 힙 크기 지정해줍니다.
(PC RAM 8G 이하-> 1024, 16G 이상-> 4096)
IntelliJ 셋팅
대/소문자 구분없이 자동완성 설정
1) File -> settings -> Editor -> General -> Code Completion 클릭
2) Match case 체크 해제
자동빌드 설정
File -> settings -> Build, Execution, Deployment -> Compiler 클릭
Build Project automatically 체크
File -> settings -> Advanced Settings 클릭
Allow auto-make to start even if developed application is currently running 체크
인코딩 설정
File -> settings -> Editor -> File Encodings 클릭
모두 UTF-8로 변경 및 체크
코드 작성 창의 세로줄 없애기
File -> settings -> Editor -> General -> Appearance 클릭
Show hard wrap and visual guides 체크 해제