Hungarian dictionary extension for VS Code.
Imports the Hungarian spell checking dictionary for Code Spell Checker.
NOTE: Due to the complexity of the Hungarian language, the dictionary is limited and might be missing some common words. Work is underway to correct the limitation.
After this extension is installed, it is necessary to tell the spell checker to use it.
Commands (use F1
or View -> Command Palette...):
F1
Show Spell Checker Configuration Info
- Select the
Language
tab. - Enable the language Globally or in just the Workspace.
Commands (use F1
or View -> Command Palette...):
F1
Show Spell Checker Configuration Info
- Select the
Language
tab. - Disable the language Globally or in just the Workspace.
This is done with the language
setting.
Preferences -> Settings
Adding hu
to the cSpell.language
setting, will enable the Hungarian dictionary.
Example using both English and Hungarian dictionaries:
"cSpell.language": "en,hu",
This extension will automatically include Code Spell Checker extension.
Brought to you by Street Side Software