cspell-dict-cpp

C/C++ Dictionary dictionary for cspell.

MIT 36 个版本
安装
npm install cspell-dict-cpp
yarn add cspell-dict-cpp
pnpm add cspell-dict-cpp
bun add cspell-dict-cpp
README

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.

版本列表
1.2.5 2021-08-30
1.2.4 2021-05-30
1.2.3 2021-03-16
1.2.2 2020-12-26
1.2.1 2020-12-26
1.2.0 2020-12-24
1.1.36 2020-11-28
1.1.33 2020-11-08
1.1.29 2020-10-21
1.1.28 2020-10-17
1.1.27 2020-08-08
1.1.26 2019-12-06
1.1.24 2019-12-04
1.1.23 2019-08-25
1.1.21 2019-08-14
1.1.20 2019-07-10
1.1.19 2019-05-21
1.1.18 2019-05-20
1.1.17 2019-05-18
1.1.16 2019-05-17
1.1.15 2019-05-15
1.1.14 2019-05-05
1.1.13 2019-04-20
1.1.12 2019-03-07
1.1.11 2019-01-13
1.1.10 2019-01-13
1.1.9 2018-09-09
1.1.8 2018-05-24
1.1.6 2018-02-18
1.1.5 2017-10-25
1.1.4 2017-10-25
1.1.3 2017-09-17
1.1.2 2017-08-05
1.1.1 2017-08-05
1.1.0 2017-08-03
1.0.0 2017-08-03