cspell
cspell copied to clipboard
A Spell Checker for Code!
When using words that aren't recognized by cspell (in my case "textbox") there is no way to add these words to the dictionary (Unless I have missed something). The only...
## Info When make suggestion for languages like Estonian, lots of improbable words are suggested because very short compounds are possible. These suggestion even prevent showing the correct suggestion. There...
**Is your feature request related to a problem? Please describe.** Sometimes we only want to check comments, rather than source code, since variable names and other symbols cause a lot...
Hi Is there a proper, official way to integrate cspell with Gulp? A package like `gulp-cspell` or something to run on the pipelines. If not, what method do you recommend?
**Is your feature request related to a problem? Please describe.** At the moment, we have to pretty much whitelist every package name in our dictionary. **Describe the solution you'd like**...
## Info **Kind of Issue** - [x] runtime - command-line tools **Which Tool or library** - [x] cspell -- the command-line spelling tool **Which Version** Version: 6.1.2 **version:** 11 OS...
Closes #2758. I originally just wanted to make a very small pull request to the docs, but I got sucked in by several things that were bothering me, and I...
Add a per-file cSpell:flagWords setting as with // cSpell:ignore as is possible in the cspell.json file. so that this works // cSpell:ignore Chalkboardz // cSpell:flagWords myBadWord
**Is your feature request related to a problem? Please describe.** It would be nice to have an additional cli flag or command that spell checks the filename. **Describe the solution...
**Is your feature request related to a problem? Please describe.** There are cases where any misspelled words are almost surely intentional. For example when creating a new package based on...