cspell icon indicating copy to clipboard operation
cspell copied to clipboard

A Spell Checker for Code!

Results 182 cspell issues
Sort by recently updated
recently updated
newest added

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...

enhancement

## 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...

enhancement
Needs Investigating
new issue

**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...

enhancement

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?

enhancement
help wanted
new issue

**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**...

enhancement
new issue
File Parsing

## 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...

bug
Needs Investigating
Performance

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

enhancement

**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...

enhancement
help wanted

**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...

enhancement