Socket
Book a DemoInstallSign in
Socket

@cspell/dict-cpp

Package Overview
Dependencies
Maintainers
1
Versions
66
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.

Source
npmnpm
Version
6.0.12
Version published
Weekly downloads
1.2M
6.37%
Maintainers
1
Weekly downloads
 
Created
Source

CSpell C/C++ Dictionary

C/C++ Dictionary for cspell.

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

Requirements

ToolVersion
cspell>= 8
Code Spell Checker - Visual Studio Code>= 4

Local Installation

This package is bundled with CSpell.

Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.dictionaries": ["cpp-legacy", "cpp", "cpp-refined"],
}
CSpell Settings cspell.json

cspell.json

{
  "dictionaries": ["cpp-legacy", "cpp", "cpp-refined"],
}
CSpell Settings cspell.config.yaml

cspell.config.yaml

dictionaries:
  - cpp-legacy
  - cpp
  - cpp-refined

Local Installation using CDN

NOTE: This package is bundled with CSpell.

Dictionary Information

NameEnabledDescription
cpp-legacyLegacy C/C++ Keywords and common library functions.
cppC/C++ Keywords and common library functions.
cpp-refinedRefined list of C/C++ Keywords and common library functions.

Language Settings

NameLocaleFile Type
cpp-legacy*c, cpp
cpp*c, cpp
cpp-refined*c, cpp

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

License

MIT

Some packages may have other licenses included.


Brought to you by Street Side Software Logo Street Side Software

Keywords

cspell

FAQs

Package last updated on 31 Aug 2025

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