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

Spell checking does not work with Russian text. #239

Closed YuryKomar closed 2 years ago

YuryKomar commented 2 years ago

Installed and noticed that Spell checking does not work with Russian text.

EWSoftware commented 2 years ago

Did you change the language in the configuration?

YuryKomar commented 2 years ago

I add Russian, but it has not dictionaries looks like therefore only English spell is checking

EWSoftware commented 2 years ago

A Russian dictionary is included. Can you provide a sample file that isn't being spell checked correctly?

YuryKomar commented 2 years ago

Later I will provide requested.

Should SpellChecker be adjusted to spellcheck the Russian? or I should somehow, separately enable it in the settings?

YuryKomar commented 2 years ago

So, looks like the problem was with the version downloaded directly from VS2019.

I downloaded the extension from here, from GitHub and it works.!

Thanks. Issue is closed.