0.2.0 • Published 7 years ago

code-spell-checker-russian v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Russian - Code Spell Checker

Russian dictionary extension for VS Code.

Imports the Russian spell checking dictionary for Code Spell Checker.

Installation

After this extension is installed, it is necessary to tell the spell checker to use it.

Enable Dictionary

Commands (use F1 or View -> Command Palette...):

  • Enable Russian Spell Checker Dictionary
  • Enable Russian Spell Checker Dictionary in Workspace

Disable Dictionary

Commands (use F1 or View -> Command Palette...):

  • Disable Russian Spell Checker Dictionary
  • Disable Russian Spell Checker Dictionary in Workspace

Manual Settings

This is done with the language setting.

Preferences -> Settings

Adding ru to the cSpell.language setting, will enable the Russian dictionary. Example using both English and Russian dictionaries:

"cSpell.language": "en,ru",

Requirements

This extension will automatically include Code Spell Checker extension.