Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-cpp

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-cpp

C/C++ Dictionary dictionary for cspell.

  • 5.1.23
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
333K
decreased by-59.39%
Maintainers
0
Weekly downloads
 
Created

What is @cspell/dict-cpp?

@cspell/dict-cpp is a dictionary extension for the CSpell spell checker that provides a list of C++ specific terms. It is used to enhance the spell checking capabilities of CSpell by including terms that are commonly used in C++ programming.

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

Add C++ dictionary to CSpell

This feature allows you to add the C++ dictionary to your CSpell configuration. By including 'cpp' in the dictionaries array, CSpell will use the C++ specific terms for spell checking.

{
  "dictionaries": ["cpp"]
}

Install the C++ dictionary

This feature demonstrates how to install the @cspell/dict-cpp package using npm. This is the first step to include the C++ dictionary in your CSpell setup.

npm install @cspell/dict-cpp

Other packages similar to @cspell/dict-cpp

Keywords

FAQs

Package last updated on 27 Oct 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