4.1.2 • Published 5 months ago

@cspell/dict-medicalterms v4.1.2

Weekly downloads
1,447
License
GPL-3.0-or-later
Repository
github
Last release
5 months ago

CSpell Medical Terms Dictionary

Medical Terms dictionary for cspell.

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

Requirements

ToolVersion
cspell>= 6
Code Spell Checker - Visual Studio Code>= 2

Installation

Global Install and add to cspell global settings.

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

Uninstall from cspell

cspell link remove @cspell/dict-medicalterms

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-medicalterms/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

GPL-3.0-or-later

See Also Source

4.1.2

5 months ago

4.1.1

5 months ago

4.1.0

8 months ago

4.0.0

8 months ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago