CodeSpell for Visual Studio 2005 Manual
Inline Spell Checking
Inline spell checking corrects errors as you type, and then allows you to select replacement words with the right-click menu. Using this feature is automatic
in Visual Studio editor windows, just start typing.
Selecting a replacement word corrects the error in place.
Source Code Smarts
CodeSpell understands source code, particularly program language punctuation and camel case. If you have a misspelled word in camel case for, such as EhrrorWord, CodeSpell
will highlight Ehrror, and offer to correct just that 'segment' of the camel cased word, in this case suggesting 'Error' over 'Ehrror'.
ASP.NET Support
CodeSpell fully supports ASP.NET, and is clever about ignoring URLs and spelling inside the tag attributes, focusing on the content areas of a page. Here you can see
CodeSpell ignoring 'ehrror' in the tag, but marking it as a spelling error in a visible content location.