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

Fix dictionary entries? #299

Closed a2937 closed 9 months ago

a2937 commented 1 year ago

Your extension tries to mark "Validator" as incorrect saying the correct spelling is "ValidaTor". I'll concede if it's a flaw on my end but there needs to be a way to configure the dictionaries easily so the spelling and capitalization can be accounted for.

EWSoftware commented 10 months ago

I'm unable to duplicate this behavior. It doesn't flag it as misspelled unless I intentionally misspell it and then it offers the correct replacements with matching casing. If you're using a different dictionary other than en-US, it may be a side effect of the different language and how HunSpell is offering suggestions for replacements. I'm not aware of any way to change that.