spell-check-project

Provides project-specific spell checking, suggestions, and dictionaries.

dmoonfire

5,704

6

0.7.2

MIT

GitHub

This package provides the following services:

Project Spell Check

An additional dictionary for the spell-check-test package that provides project folder specific language. All spell-checked buffers within a given proejct will use the language.json file, if present in the project root.

{
  "knownWords": [
    "word",
    "/specific-word/",
    "/SomeWord/i"
  ]
}