변수 선언하고 사용할때, 해당 데이터가 어떤 타입을 가지는지 안보이면 답답한 경우가 많다.
위의 형태보다는 아래처럼 타입이 보인다면 개발할때 "이 타입이 뭐지?"에 대한 고민을 덜어줄 수 있다.
설정방법
Intellij 2019.3.1 버전 미만
Settings -> Editor -> General -> Appearance -> "Show parameter name hints" -> Configure... -> Language: Kotlin -> Options -> "Show local variable type hints".
Intellij 2019.3.1 버전 이상
Settings -> Editor -> Inlay Hints -> Kotlin -> Parameter hints -> "Show parameter hints" 체크
Settings -> Editor -> Inlay Hints -> Kotlin -> Types -> "Show hints for: " 체크
오늘도 즐거운 코딩! 😄
반응형
'개발 공부 기록하기 > - Intellij' 카테고리의 다른 글
Intellij 프로젝트 모듈별로 간단하게 나눠보기 (1) | 2020.12.13 |
---|---|
클래스 생성시 맨 하단에 자동 줄바꿈 처리하기 (0) | 2020.01.15 |
Intellij tool window bar 보이기 (4) | 2019.06.27 |
[Intellj & AndroidStudio] 안쓰는 메소드 변수 찾기 (0) | 2018.01.21 |
[Intellij] 노란줄 Found duplicated code in 해결방법 (0) | 2016.04.20 |