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.
Requirements
| Tool | Version |
|---|---|
| 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": ["golang"],
}
CSpell Settings cspell.json
cspell.json
{
"dictionaries": ["golang"],
}
CSpell Settings cspell.config.yaml
cspell.config.yaml
dictionaries:
- golang
Local Installation using CDN
NOTE: This package is bundled with CSpell.
Dictionary Information
| Name | Enabled | Description |
|---|---|---|
golang |
Go Language Dictionary |
Language Settings
| Name | Locale | File Type |
|---|---|---|
golang |
* |
go |
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
Contributors
@AlekSi - Alexey Palazhchenko: AlekSi/go-words
License
MIT
Some packages may have other licenses included.
Brought to you by
Street Side Software