1. @cspell/dict-cryptocurrencies
Cryptocurrencies dictionary for cspell.
@cspell/dict-cryptocurrencies
Package: @cspell/dict-cryptocurrencies
Created by: streetsidesoftware
Last modified: Fri, 29 Dec 2023 11:10:41 GMT
Version: 5.0.0
License: MIT
Downloads: 1,992,911
Repository: https://github.com/streetsidesoftware/cspell-dicts

Install

npm install @cspell/dict-cryptocurrencies
yarn add @cspell/dict-cryptocurrencies

CSpell Cryptocurrencies Dictionary

Cryptocurrencies dictionary for cspell.

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

Requirements

Tool Version
cspell >= 6
Code Spell Checker - Visual Studio Code >= 2

Installation

Global Install and add to cspell global settings.

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

Uninstall from cspell

 cspell link remove @cspell/dict-cryptocurrencies

Manual Installation

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

 {
    // …
    "import": ["@cspell/dict-cryptocurrencies/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.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code