Jason Dent

Results 391 comments of Jason Dent

At the moment, that isn't possible. It is possible to tell it to check only after you have stopped typing for a couple of seconds. In VS Code Settings: `spell...

The challenge with `enableCompoundWords` is that it considers some clearly misspelled words to be considered correct. See #345 It might be nice to allow for common patterns like `is*` and...

A pull request would be welcome! Please add them to en-GB.

@PierreMarchand20 thank you for bringing this up. I hope to have better support in the future for embedded languages. For the moment, I will look at a way to exclude...

@infacto, As you found out, not all of the features have been fully documented. Almost all Configuration found in CSpell also works with the VS Code Spell Checker Extension: [Overrides...

#671 is another good example.

@DerZyklop, I hear you. It would be convenient. VS Code controls the snippets and there is not way for an extension to execute a snippet. It is not the same...

The VS Code spell checker is based upon [cspell](https://www.npmjs.com/package/cspell). If you install it, is should be possible to check all your files with a single command.

@millergd If you have a `cspell.json` file at the root of your project, both the `cspell` cmd line tool and the extension will use it. Are you seeing a different...

It is a bit annoying, but you need to install the Spanish Dictionary separately. See: [cspell-dict-es-es - npm](https://www.npmjs.com/package/cspell-dict-es-es)