툴/IntelliJ

[IntelliJ] Windows 세팅

pythaac 2022. 3. 3. 14:14

Default project path 설정

  • Open할 때마다 자주 접근하는 디렉토리를 기본 path로 설정해야 편하다
  • Settings > Appearance & Behavior > Project > Default project directory

 

Build/Run을 Gradle -> IntelliJ로 변경

  • Gradle을 거치지 않고 build/run하여 더 빠르다고 함
  • Settings > Build, Execution, Deployment > Build Tools > Gradle > Build and run

 

Console에서 한글 깨짐

  • Console에 한글이 깨지는 현상

1. Settings > Editor > File Encodings

  • Global Encoding / Project Encoding / Default encoding for properties files를 UTF-8로 설정

 

2. Help > Edit Custom VM Options

  • 다음 내용을 추가
  • -Dfile.encoding=UTF-8
  • -Dconsole.encoding=UTF-8

' > IntelliJ' 카테고리의 다른 글

[IntelliJ] Windows 단축키  (0) 2022.03.09