EWSoftware / VSSpellChecker

A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
Other
377 stars 65 forks source link

Two Apparent Defects #256

Closed PaltryProgrammer closed 2 years ago

PaltryProgrammer commented 2 years ago

Greetings Kind Regards Thank You for providing Spell Check The attached GIF demonstrates current document is not spell checked also no spell checking whilst typing Kindly Advise - Best - Cheerio Two Spell Check Apparent Defects

EWSoftware commented 2 years ago

Please note that it only spell checks comments, strings, and plain text. It does not spell check code elements such as identifiers, type names, etc. That will require a code analyzer which I have not had time to work on yet.

Regarding the tool window saying that no editor is selected, ensure that you haven't disabled Spell Check as You Type or excluded the file by extension in the options in either the global or solution/project settings. If you haven't changed any settings, try uninstalling and reinstalling the extension. This has been known to happen and that usually corrects it. Sometimes downloading the VSIX installer and installing it manually rather than through the marketplace works too.