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
376 stars 65 forks source link

Characters other than English #120

Closed niexuchina closed 7 years ago

niexuchina commented 7 years ago

Could you ignore all characters that are not English? capture

EWSoftware commented 7 years ago

If you are spell checking for one language but have files containing a mix of languages, you can use the Ignored Character Class option in the General settings to ignore words containing non-Latin and/or non-English characters. The "Ignore words containing non-ASCII characters" should work for you.

Also note that you can spell check in multiple languages. Just add another dictionary in the language of your choice in the Dictionary Settings category.

You can install additional dictionaries as well if needed if you don't find one in the defaults installed with the spell checker.

niexuchina commented 7 years ago

Cool. :)