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
'Programming > Visual Studio, VSC' 카테고리의 다른 글
[Visual Studio] 외부 라이브러리 코드(External Code) 디버깅하기 (0) | 2024.02.16 |
---|---|
C# private field naming 규칙 설정하기(editorconfig, IDE) (0) | 2024.02.10 |
Visual Studio 2022 preview 업데이트하는 법 (2) | 2023.08.28 |
[Visual Studio 2019] Hot Reload 기능 추가(Apply Code Changes) (0) | 2021.08.19 |
Visual Studio의 Task List 기능 사용하기 (0) | 2021.07.12 |
댓글