
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@cspell/dict-software-terms
Advanced tools
@cspell/dict-software-terms is a dictionary extension for the CSpell spell checker that includes a comprehensive list of software-related terms. This package helps developers ensure that their documentation, comments, and code are free from spelling errors related to software terminology.
Integration with CSpell
To use the @cspell/dict-software-terms package with CSpell, you need to add it to your CSpell configuration file. Here is an example of how to do this: ```json { "dictionaries": [ "software-terms" ] } ``` This configuration ensures that CSpell uses the software terms dictionary to check for spelling errors.
json
Custom Dictionary
You can also add custom terms to the dictionary to tailor it to your specific needs. Here is an example of how to add custom terms: ```json { "dictionaries": [ "software-terms" ], "words": [ "customTerm1", "customTerm2" ] } ``` This configuration adds 'customTerm1' and 'customTerm2' to the list of recognized terms.
json
The cspell-dict-python package is a dictionary extension for CSpell that includes Python-related terms. It is similar to @cspell/dict-software-terms but focuses specifically on Python terminology.
The cspell-dict-java package is a dictionary extension for CSpell that includes Java-related terms. Like @cspell/dict-software-terms, it helps ensure that Java-specific terms are correctly spelled in documentation and code.
The cspell-dict-html package is a dictionary extension for CSpell that includes HTML-related terms. It is useful for web developers who want to ensure that HTML-specific terms are correctly spelled.
Software terms dictionary for cspell.
This is a pre-built dictionary for use with cspell.
Tool | Version |
---|---|
cspell | >= 8 |
Code Spell Checker - Visual Studio Code | >= 4 |
This package is bundled with CSpell.
Add the following to your VSCode settings:
.vscode/settings.json
{
"cSpell.dictionaries": [
"software-term-suggestions",
"softwareTerms",
"software-tools",
"networking-terms",
"web-services",
"computing-acronyms",
"coding-compound-terms",
],
}
cspell.json
cspell.json
{
"dictionaries": [
"software-term-suggestions",
"softwareTerms",
"software-tools",
"networking-terms",
"web-services",
"computing-acronyms",
"coding-compound-terms",
],
}
cspell.config.yaml
cspell.config.yaml
dictionaries:
- software-term-suggestions
- softwareTerms
- software-tools
- networking-terms
- web-services
- computing-acronyms
- coding-compound-terms
NOTE: This package is bundled with CSpell.
Name | Enabled | Description |
---|---|---|
software-term-suggestions | Yes | |
softwareTerms | Yes | Software terms dictionary. |
software-tools | Yes | Software tools dictionary. |
networking-terms | Software networking terms dictionary. | |
web-services | Yes | Web Services and APIs dictionary. |
computing-acronyms | Yes | Common acronyms related to computing. |
coding-compound-terms | Yes | Common codding compound terms. |
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.
MIT
Some packages may have other licenses included.
Brought to you by
Street Side Software
FAQs
Software related dictionaries for cspell.
We found that @cspell/dict-software-terms demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.