streetsidesoftware / vscode-spell-checker

A simple source code spell checker for code
https://streetsidesoftware.github.io/vscode-spell-checker/
Other
1.41k stars 126 forks source link

Case sensitive checks for text files #239

Open fabianWrede opened 6 years ago

fabianWrede commented 6 years ago

Hi,

the spell checker is case insensitive, which makes sense for code, but for certain files, such as .tex or .md it would be great if the checker could work case sensitive. Especially for other languages, such as German, it would be helpful, because all nouns have to start with a capital letter. or simply to see missed capital letters in the beginning of a sentence.

It would be great if there was a option in the settings or different behavior for different files.

Fabian

Jason3S commented 6 years ago

Great suggestion.

recursivelycurious commented 5 years ago

This also shows up in words like "RESTful", which the checker (in a markdown file) wants to see as "Tful" misspelled. Even manually adding "RESTful" to the user dictionary does not convince the checker the word is acceptable. Added comment as this might be a good unit test :)

joeskeen commented 5 years ago

related: https://github.com/Jason3S/cspell/issues/73