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

Consider ensuring words like 'async' are included in the dictionary. #234

Closed ltt-declan closed 3 years ago

ltt-declan commented 3 years ago

Certain keywords that are a part of C# such as 'async' are not registered as words by default. Should this behavior be expected, or should/could a list of words like this be added to the dictionary automatically/hard-coded?

EWSoftware commented 3 years ago

The common dictionaries are Open Office and are distributed as is. They may not provide complete coverage with regard to specific areas of expertise nor the language itself for that matter but managing a set of dictionaries is beyond the scope of the project. People's opinions can vary as well. What you may consider valid in one context may be considered invalid by someone else in the same or a different context. As such, you will need to add words to the user dictionary including those specific to coding or programming languages in general based on your preferences.