British English -ise - Code Spell Checker
British English -ise dictionary extension for VS Code. This dictionary is a full British English dictionary preferring
words ending in -ise over words ending in -ize.
Imports the British English -ise spell checking dictionary for Code Spell Checker.
Installation
After this extension is installed, it is necessary to tell the spell checker to use it.
Enable Dictionary
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.
Disable Dictionary
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.
Manual Settings
This is done with the language setting.
Preferences -> Settings
Adding en-gb to the cSpell.language setting, will enable the British English -ise dictionary.
Example using both English and British English -ise dictionaries:
"cSpell.language": "en-gb",
To include both the American and British English spellings, use:
"cSpell.language": "en,en-GB",
Requirements
This extension will automatically include Code Spell Checker extension.
Brought to you by
Street Side Software