@cspell/dict-software-terms
Software terms dictionary for cspell.
Last updated 5 years ago by jason-dent .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @cspell/dict-software-terms 
SYNC missed versions from official npm registry.

CSpell software terms Dictionary

Software terms dictionary for cspell.

This is a pre-built dictionary for use with cspell.

Requirements

Tool Version
cspell >= 8
Code Spell Checker - Visual Studio Code >= 4

Local Installation

This package is bundled with CSpell.

Configuration

<summary>VSCode Settings</summary>

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",
    "software-terms-alternative",
  ],
}
<summary>CSpell Settings cspell.json</summary>

cspell.json

{
  "dictionaries": [
    "software-term-suggestions",
    "softwareTerms",
    "software-tools",
    "networking-terms",
    "web-services",
    "computing-acronyms",
    "coding-compound-terms",
    "software-terms-alternative",
  ],
}
<summary>CSpell Settings cspell.config.yaml</summary>

cspell.config.yaml

dictionaries:
  - software-term-suggestions
  - softwareTerms
  - software-tools
  - networking-terms
  - web-services
  - computing-acronyms
  - coding-compound-terms
  - software-terms-alternative

Local Installation using CDN

NOTE: This package is bundled with CSpell.

Dictionary Information

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 coding compound terms.
software-terms-alternative Alternative software terms dictionary.

Contributing

Please help correct any mistakes in the dictionaries.

See: Contributing

Special thanks to all of our amazing contributors!

Dictionary Development

See: How to Create a New Dictionary

Adding Words

Contributions are welcomed and encouraged, please read src/README.md.

License

MIT

Some packages may have other licenses included.



Brought to you by Street Side Software Logo Street Side Software

Current Tags

  • 2.0.12                                ...           latest (4 years ago)

39 Versions

  • 2.0.12                                ...           4 years ago
  • 2.0.11                                ...           4 years ago
  • 2.0.10                                ...           4 years ago
  • 2.0.9                                ...           4 years ago
  • 2.0.8                                ...           4 years ago
  • 2.0.7                                ...           4 years ago
  • 2.0.6                                ...           4 years ago
  • 2.0.5                                ...           4 years ago
  • 2.0.4                                ...           4 years ago
  • 2.0.3                                ...           4 years ago
  • 2.0.2                                ...           4 years ago
  • 2.0.1                                ...           4 years ago
  • 1.0.48                                ...           4 years ago
  • 1.0.47                                ...           5 years ago
  • 1.0.46                                ...           5 years ago
  • 1.0.45                                ...           5 years ago
  • 1.0.44                                ...           5 years ago
  • 1.0.43                                ...           5 years ago
  • 1.0.42                                ...           5 years ago
  • 1.0.41                                ...           5 years ago
  • 1.0.40                                ...           5 years ago
  • 1.0.39                                ...           5 years ago
  • 1.0.38                                ...           5 years ago
  • 1.0.37                                ...           5 years ago
  • 1.0.36                                ...           5 years ago
  • 1.0.35                                ...           5 years ago
  • 1.0.34                                ...           5 years ago
  • 1.0.33                                ...           5 years ago
  • 1.0.32                                ...           5 years ago
  • 1.0.31                                ...           5 years ago
  • 1.0.30                                ...           5 years ago
  • 1.0.29                                ...           5 years ago
  • 1.0.28                                ...           5 years ago
  • 1.0.27                                ...           5 years ago
  • 1.0.26                                ...           5 years ago
  • 1.0.25                                ...           5 years ago
  • 1.0.24                                ...           5 years ago
  • 1.0.23                                ...           5 years ago
  • 1.0.22                                ...           5 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 39
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |