본문 바로가기
Tools

[intellij] Typo: In word '' 없애기

by hs_seo 2019. 7. 16.

IntelliJ를 이용할 때 영문 스펠링을 인식해서 아래에 녹색 줄을 보여주는 기능을 기본으로 제공합니다. 에러는 아니지만 코드를 작성할 때 신경이 쓰이기 때문에 이를 없애는 방법은 다음과 같습니다.

 

File -> Settiongs으로 설정 화면을 열고,

Editor -> Inspections -> Spelling -> Typo의 체크를 꺼주면 됩니다.

 

 

아니면 문제가 발생한 위치에서 Alt + Enter로 확장 기능을 실행하고,

Typo: Change to... -> Edit Inspection profile setting에 가서 Typo의 체크를 꺼주면 됩니다. 

 

 

https://www.jetbrains.com/help/pycharm/spellchecking.html

 

Spellchecking - Help | PyCharm

Spellchecking PyCharm helps you make sure that all your source code, including textual strings, comments, literals, and commit messages, is spelt correctly. For this purpose, PyCharm provides a dedicated Typo inspection, which is enabled by default. In the

www.jetbrains.com

 

반응형