German dictionary extension for VS Code.
Imports the German spell checking dictionary for Code Spell Checker.
After this extension is installed, it is necessary to tell the spell checker to use it.
Commands (use F1
or View -> Command Palette...):
Enable German Spell Checker Dictionary
Enable German Spell Checker Dictionary in Workspace
Commands (use F1
or View -> Command Palette...):
Disable German Spell Checker Dictionary
Disable German Spell Checker Dictionary in Workspace
This is done with the language
setting.
Preferences -> Settings
Adding de-de
to the cSpell.language
setting, will enable the German dictionary.
Example using both English and German dictionaries:
"cSpell.language": "en,de-de",
This extension will automatically include Code Spell Checker extension.
Brought to you by Street Side Software