EWSoftware / VSSpellChecker

A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
Other
376 stars 65 forks source link

Does this spell checker support separation of words in mixed cases? #136

Closed superaitaotao closed 7 years ago

superaitaotao commented 7 years ago

Hi, I saw that there is an option to ignore words with mixed cases. How about the ability to look at words with mixed cases as separated words. e.g. SpellChecker is interpreted as Spell and Checker? Thank you very much!

EWSoftware commented 7 years ago

Set the "Ignore words in mixed case" option to No and it will split the word at each uppercase letter and spell check them individually.

superaitaotao commented 7 years ago

Cool, thank you very much!