본문 바로가기
Programming/Visual Studio, VSC

[Visual Studio] Spell checker 사용하기

by 째스터 2024. 8. 10.
728x90

Visual Studio 2022 version 17.5 Release 이상부터 사용할 수 있는 Spell checker
하지만 이렇게 모든 단어에 밑줄이 쳐지는 모습을 볼 수 있어서 disable 해놓은 사람이 많은 것으로 알고 있다.

다음과 같은 방법으로 영어 언어 팩을 설치하면 정상적으로 사용할 수 있다.

1. Options > Evironment > Preview Features에서 Spell checker를 체크해서 다시 enable한다.

 

2. windows 설정(win + I) > 시간 및 언어 > 언어 및 지역 > 기본 설정 언어에서 언어 추가 버튼 클릭한다.

 

3. 영어를 선택하고 설치한다(Spell checker가 목적이면 언어 팩만 설치해도 된다).

 

4. 아래와 같이 영어(미국) 언어 팩이 설치되면 다시 Visual Studio 2022를 다시 실행한다.


다음과 같이 무지성 밑줄은 없어지고 정상 동작함을 확인할 수 있다.


관련 자료

- https://stackoverflow.com/a/76936553/19392359

 

Cannot configure the spellchecker in Visual Studio 17.5 and 17.6.0 Preview 1.0

My Windows is localized German, but I use the English language pack for Visual Studio and code and documentation is written English first (i.e. we only use German for domain terms without a good En...

stackoverflow.com

 

728x90

댓글