Dictionaries included with the CSpell Command Line tool.
npm install @cspell/dict-cspell-bundleDictionaries included with the CSpell Command Line tool.
This is a pre-built dictionary for use with CSpell.
| Tool | Version |
| ------------------------------------------------------------------------------------------------------------------------------------ | ------- |
| cspell | >= 8 |
| Code Spell Checker - Visual Studio Code | >= 4 |
``sh`
npm install -D @cspell/dict-cspell-bundle
VSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
`jsonc`
{
"cSpell.import": ["@cspell/dict-cspell-bundle/cspell-ext.json"],
"cSpell.dictionaries": [],
}
CSpell Settings
cspell.json
cspell.json
`jsonc`
{
"import": ["@cspell/dict-cspell-bundle/cspell-ext.json"],
"dictionaries": [],
}
CSpell Settings
cspell.config.yaml
cspell.config.yaml
`yaml`
import:
- '@cspell/dict-cspell-bundle/cspell-ext.json'
dictionaries: []
VSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
`jsonc`
{
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle@2/cspell-ext.json"],
"cSpell.dictionaries": [],
}
CSpell Settings
cspell.json
cspell.json
`jsonc`
{
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle@2/cspell-ext.json"],
"dictionaries": [],
}
CSpell Settings
cspell.config.yaml
cspell.config.yaml
`yaml`
import:
- https://cdn.jsdelivr.net/npm/@cspell/dict-cspell-bundle@2/cspell-ext.json
dictionaries: []
| Name | Enabled | Description |
| ---------------------- | ------- | ----------- |
| typescript | | _External_ |node
| | | _External_ |npm
| | | _External_ |html
| | | _External_ |html-symbol-entities
| | | _External_ |css
| | | _External_ |fonts
| | | _External_ |php
| | | _External_ |
| Name | Locale | File Type |
| ---------------------- | ------ | ------------------------------------------- |
| typescript | | javascript, javascriptreact |typescript
| | | typescript, typescriptreact, mdx |typescript
| | | html, pug, jade, php, handlebars |node
| | | javascript, javascriptreact |node
| | | typescript, typescriptreact, mdx |node
| | | json, jsonc |npm
| | | javascript, javascriptreact |npm
| | | typescript, typescriptreact, mdx |npm
| | | markdown, asciidoc |npm
| | | html, pug, jade, php, handlebars |npm
| | | json, jsonc |html
| | | javascriptreact, typescriptreact, mdx |html
| | | markdown, asciidoc |html
| | | html, pug, jade, php, handlebars |html-symbol-entities
| | | javascriptreact, typescriptreact, mdx |html-symbol-entities
| | | markdown, asciidoc |html-symbol-entities
| | | html, pug, jade, php, handlebars |css
| | | javascriptreact, typescriptreact, mdx |css
| | | html, pug, jade, php, handlebars |css
| | | css, less, scss |fonts
| | | javascriptreact, typescriptreact, mdx |fonts
| | | html, pug, jade, php, handlebars |fonts
| | | css, less, scss |php
| | | php` |
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
MIT
> Some packages may have other licenses included.
---
Brought to you by
Street Side Software