English dictionary for cspell.
npm install @cspell/dict-en_usEnglish dictionary for cspell.
This is a pre-built dictionary for use with cspell.
This dictionary comes pre-installed with cspell. It should not be necessary to add it.
| Tool | Version |
| ------------------------------------------------------------------------------------------------------------------------------------ | ------- |
| cspell | >= 8 |
| Code Spell Checker - Visual Studio Code | >= 4 |
This package is bundled with CSpell.
VSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
``jsonc`
{
"cSpell.language": "en, en-US",
}
CSpell Settings
cspell.json
cspell.json
`jsonc`
{
"language": "en, en-US",
}
CSpell Settings
cspell.config.yaml
cspell.config.yaml
`yaml`
language: en, en-US
> NOTE: This package is bundled with CSpell.
| Name | Enabled | Description |
| ------- | ------- | --------------------------- |
| en_us | | American English Dictionary |
| Name | Locale | File Type |
| ------- | ------------- | --------- |
| en_us | en, en-US | *` |
Please help correct any mistakes in the dictionaries.
See: Contributing
Special thanks to all of our amazing contributors!
See: How to Create a New Dictionary
Contributions are welcomed and encouraged, please read src/README.md.
The Hunspell source for this dictionary can be found:
MIT
> Some packages may have other licenses included.
---
Brought to you by
Street Side Software