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

Code members names check switch. #306

Closed Audionysos closed 10 months ago

Audionysos commented 10 months ago

I've noticed that the spell checker works nicely with name inside actual code. I've corrected many types names misspellings, but it would be nice If we could turn thins feature on/off on the fly, since there are some scenarios with a lot of abbreviations. For example when dealing with colours it's annoying to see warnings under "rgb". Adding such word to dictionary would be stupid and writing "//Ingnore Spelling..." in every file is also not very handy, not to mention pollution of files with irrelevant information... A cute little button or something would be perfect.

EWSoftware commented 10 months ago

You can add them to the ignored keywords settings in the global configuration so that they are ignored everywhere.