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

VSSpell001 #296

Closed eliaquimmauricio closed 1 year ago

eliaquimmauricio commented 1 year ago

Hi, the spell checker is checking parameters and classes names. Are there a way to disable it ?

My whole code are warning VSSpell001.

image

I'd like to receive only hints like this:

image

EWSoftware commented 1 year ago

Turn off the code analyzer option in the general settings. If you do it in the global configuration, it will disable it in all projects.

eliaquimmauricio commented 1 year ago

Which option?

My configuration right now:

image

EWSoftware commented 1 year ago

The one that says it right in the option text: Enable the identifier spell checking code analyzer in supported languages

eliaquimmauricio commented 1 year ago

Ok, nice it's works !