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

Feature request: recognize plural form of new words added to dictionary #217

Closed cnshenj closed 4 years ago

cnshenj commented 4 years ago

I added serializer to dictionary, it is no longer considered a spelling error. But serializers is marked as a spelling error.

EWSoftware commented 4 years ago

Rules for pluralization are language-specific and are a function of the dictionary. Unfortunately, it isn't something I can build into the spell checker for unknown words.