본문으로 바로가기

IntelliJ 설치후 기본 설정

category 프로그래밍/개발툴 2018. 1. 8. 19:32

FONT 설정

  • FONT : DejaVu Sans Mono
  • Fallback font : Malgun Gothic

Code Completion 설정

  • Case sensitive completion : None

Colors & Font 설정

  • General 설정 > Default text Foreground : DCDCDC
    Background : 1E1E1E

Appearance Font 설정

  • Override default fonts by (not recommended) : Segoe UI (13point)

Inpections 설정 (Profile : Default 설정 필수)
[Python]

  • PEP 8 coding style violation 체크해제
  • PEP 8 naming convention violation 체크해제
  • Boolean variable check can be simplified 체크해제
  • Instance attribute defined outside init 체크해제
  • Method may be static 체크해제

[Spelling]

  • Typo 체크해제

'프로그래밍 > 개발툴' 카테고리의 다른 글

Visual Studio Code 폰트 크기 설정  (0) 2018.08.08
VS code tasks.json 변수 치환  (0) 2018.01.20
Intellij platform Tips ans Tricks  (0) 2017.08.27
Visual Studio 2017/2019 Tips  (0) 2017.08.15
Visual studio Code Tips  (0) 2017.08.15