Socket
Socket
Sign inDemoInstall

@cspell/dict-software-terms

Package Overview
Dependencies
Maintainers
0
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-software-terms

Software related dictionaries for cspell.


Version published
Maintainers
0
Created

What is @cspell/dict-software-terms?

@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.

What are @cspell/dict-software-terms's main functionalities?

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

Other packages similar to @cspell/dict-software-terms

Keywords

FAQs

Package last updated on 31 Aug 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc