cspell-dict-cpp
C/C++ Dictionary dictionary for cspell.
Last updated 4 years ago by jason-dent .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install cspell-dict-cpp 
SYNC missed versions from official npm registry.

Cspell C/C++ Dictionary

C/C++ Dictionary for cspell.

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

Installation

Global Install and add to cspell global settings.

npm install -g cspell-dict-cpp
cspell-dict-cpp-link

Uninstall from cspell

cspell-dict-cpp-unlink

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["<path to node_modules>/cspell-dict-cpp/cspell-ext.json"],
    // …
}

Building

Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.

npm run build

License

MIT

Some packages may have other licenses included.

Current Tags

  • 1.2.5                                ...           latest (3 years ago)

36 Versions

  • 1.2.5                                ...           3 years ago
  • 1.2.4                                ...           3 years ago
  • 1.2.3                                ...           4 years ago
  • 1.2.2                                ...           4 years ago
  • 1.2.1                                ...           4 years ago
  • 1.2.0                                ...           4 years ago
  • 1.1.36                                ...           4 years ago
  • 1.1.33                                ...           4 years ago
  • 1.1.29                                ...           4 years ago
  • 1.1.28                                ...           4 years ago
  • 1.1.27                                ...           4 years ago
  • 1.1.26                                ...           5 years ago
  • 1.1.24                                ...           5 years ago
  • 1.1.23                                ...           5 years ago
  • 1.1.21                                ...           5 years ago
  • 1.1.20                                ...           5 years ago
  • 1.1.19                                ...           5 years ago
  • 1.1.18                                ...           5 years ago
  • 1.1.17                                ...           5 years ago
  • 1.1.16                                ...           5 years ago
  • 1.1.15                                ...           5 years ago
  • 1.1.14                                ...           5 years ago
  • 1.1.13                                ...           5 years ago
  • 1.1.12                                ...           6 years ago
  • 1.1.11                                ...           6 years ago
  • 1.1.10                                ...           6 years ago
  • 1.1.9                                ...           6 years ago
  • 1.1.8                                ...           6 years ago
  • 1.1.6                                ...           7 years ago
  • 1.1.5                                ...           7 years ago
  • 1.1.4                                ...           7 years ago
  • 1.1.3                                ...           7 years ago
  • 1.1.2                                ...           7 years ago
  • 1.1.1                                ...           7 years ago
  • 1.1.0                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 1
This Week 1
This Month 1
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (0)
None
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |