Skip to content

Latest commit

 

History

History

google

CSpell Google Dictionary

Google Cloud Development Dictionary for CSpell. It contains common terms found while working with Google products, services, and APIs.

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

Based upon: cloud.google.com

Installation

Global Install and add to CSpell global settings.

npm install -g @cspell/dict-google
cspell link add @cspell/dict-google

Uninstall from CSpell

cspell link remove @cspell/dict-google

Manual Installation

Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process.

npm i @cspell/dict-google

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

{
    // …
    "import": ["@cspell/dict-google/cspell-ext.json"],
    "dictionaries": ["google"],
    // …
}

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