cspell-dict-golang

Go Language dictionary for cspell.

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

Cspell Go Language Dictionary

Go Language dictionary for cspell.

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

Supports keywords and built-in library names up to Go 1.12.

This dictionary is included by default in cSpell.

Installation

Global Install and add to cspell global settings.

npm install -g cspell-dict-golang
cspell-dict-golang-link

Uninstall from cspell

cspell-dict-golang-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-golang/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

Contributors

@AlekSi - Alexey Palazhchenko: https://github.com/AlekSi/go-words

License

MIT

Some packages may have other licenses included.

版本列表
1.2.1 2020-12-26
1.2.0 2020-12-24
1.1.23 2020-11-28
1.1.20 2020-11-08
1.1.16 2020-10-21
1.1.15 2020-08-08
1.1.14 2019-12-06
1.1.12 2019-08-14
1.1.11 2019-05-20
1.1.10 2019-05-15
1.1.9 2019-04-20
1.1.8 2019-01-13
1.1.6 2018-09-09
1.1.3 2018-02-20
1.1.2 2017-09-19
1.1.1 2017-08-28
1.1.0 2017-08-28