Serbian - Code Spell Checker
Serbian dictionary extension for VS Code.
Imports the Serbian (both Cyrillic and Latin) spellchecking dictionaries for Code Spell Checker.
Installation
After this extension is installed, it is necessary to tell the spell checker to use it.
Enable Dictionaries
F1
Show Spell Checker Configuration Info
(or click on the "Spell" icon in the status bar)
- Enable the language globally in the
User
tab or in just in the Workspace
tab.
Disable Dictionaries
F1
Show Spell Checker Configuration Info
(or click on the "Spell" icon in the status bar)
- Disable the language globally in the
User
tab or in just in the Workspace
tab.
Enable/disable dictionaries via commands
You can also use the following commands (F1
or View -> Command Palette...) to enable or disable Serbian dictionaries:
Enable Serbian Spell Checker Dictionary
Disable Serbian Spell Checker Dictionary
Enable Serbian Cyrillic Spell Checker Dictionary
Disable Serbian Cyrillic Spell Checker Dictionary
Enable Serbian Latin Spell Checker Dictionary
Disable Serbian Latin Spell Checker Dictionary
Enable Serbian Spell Checker Dictionary in Workspace
Disable Serbian Spell Checker Dictionary in Workspace
Manual Settings
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
.
Requirements
This extension will automatically include Code Spell Checker extension.
Brought to you by
Street Side Software