Hebrew dictionary extension for VS Code.
Imports the Hebrew spell checking dictionary for Code Spell Checker.
The Hebrew Dictionary has been compiled from the Hunspell Hebrew Dictionary:
By the Hspell project (http://hspell.ivrix.org.il/). Hspell version 1.4 was used. Copyright 2004-2017, Nadav Har'El and Dan Kenigsberg The dictionary (this file and the corresponding word list) is licensed under the GNU Affero General Public License
But, due to the complexity of the Hebrew language, a significant portion of the dictionary was not able to be included in this extension.
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 he
to the cSpell.language
setting, will enable the Hebrew dictionary.
Example using both English and Hebrew dictionaries:
"cSpell.language": "en,he",
This extension will automatically include Code Spell Checker extension.
Brought to you by Street Side Software