Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio disable spelling check

How can I disable spelling check in Visual Studio 2010? By spelling check I mean in comments, string etc, not in actual code

like image 498
Chin Avatar asked Oct 29 '12 00:10

Chin


People also ask

How do I turn off spell check in VS code?

Right click on word and click show spell check configuration info from menu . A spell checker tab will appear then click on file info and deselect spell checker enabled for file type(in my case it was typescript).

How do I enable spell check in Visual Studio 2019?

If that sounds like a problem worth addressing, go to Visual Studio's Tools menu and select the Extensions and Update menu choice. In the resulting dialog, select Online from the tabs on the left and enter “Spell Check” (with the space in the middle) in the search box.

Does Visual Studio have a spell-checker?

The Visual Studio 2022 editor will have a built-in spell-checker to help you code more accurately with fewer errors.


2 Answers

In the Visual Assist X Options dialog on the Underlines page, uncheck the "Underline spelling errors in comments and strings" option.

like image 69
sean e Avatar answered Sep 20 '22 02:09

sean e


Cory - This will disable syntax highlighting.

This is probably an extension you have installed. You needs to disable it in the extensions manager or configure it not to check spelling.

http://blogs.msdn.com/b/yardman/archive/2011/02/01/visual-studio-2010-spell-checker.aspx

For example in my install spell checking is provided by Visual Assist. If I disable this extension then the squigglies in comments go away.

like image 26
Ade Miller Avatar answered Sep 20 '22 02:09

Ade Miller