Serbian dictionary extension for VS Code.
Imports the Serbian (both Cyrillic and Latin) spellchecking dictionaries for Code Spell Checker.
After this extension is installed, it is necessary to tell the spell checker to use it.
F1Show Spell Checker Configuration Info(or click on the "Spell" icon in the status bar)- Enable the language globally in the
Usertab or in just in theWorkspacetab.
F1Show Spell Checker Configuration Info(or click on the "Spell" icon in the status bar)- Disable the language globally in the
Usertab or in just in theWorkspacetab.
You can also use the following commands (F1 or View -> Command Palette...) to enable or disable Serbian dictionaries:
Enable Serbian Spell Checker DictionaryDisable Serbian Spell Checker DictionaryEnable Serbian Cyrillic Spell Checker DictionaryDisable Serbian Cyrillic Spell Checker DictionaryEnable Serbian Latin Spell Checker DictionaryDisable Serbian Latin Spell Checker DictionaryEnable Serbian Spell Checker Dictionary in WorkspaceDisable Serbian Spell Checker Dictionary in Workspace
This is done with the language setting.
Preferences -> Settings
Adding sr to the cSpell.language setting, will enable the Serbian dictionaries, both Cyrillic and Latin.
Example using both English and Serbian dictionaries:
"cSpell.language": "en,sr",To enable only Cyrillic or Latin, use the specific locales: sr-Cyrl or sr-Latn.
This extension will automatically include Code Spell Checker extension.
Brought to you by
Street Side Software

