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

Still flags misspelled words in // comments even though it it disabled #310

Closed ra-dave closed 3 months ago

ra-dave commented 4 months ago

I've just started using this and even though I've disabled checking // comments (as well as all other comments), when I run spell check it continues to flag misspellings in comments. Why?

EWSoftware commented 4 months ago

Are you using Visual Studio 2022? If so, did you disable the built-in spell checker? It's likely you're seeing its flags rather than mine. Other extensions such as Resharper and GhostDoc also include spell checkers so if using them, you'd need to disable their spell checking options as well.