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

Words that are capitalized in the middle of sentences should not be spell checked at all. #454

Open cjwijtmans opened 4 years ago

cjwijtmans commented 4 years ago

Words that are capitalized in the middle of sentences should not be spell checked at all. These are names or abbreviations not dictionary words.

Originally posted by @cjwijtmans in https://github.com/streetsidesoftware/vscode-spell-checker/issues/389#issuecomment-606301266

Jason3S commented 4 years ago

Thank you for the feedback. Capitalization rules vary from language to language and situation to situation. It is difficult to implement a rule that would do the correct thing a high majority of the time. This extension takes the other approach and allows you to add common names and abbreviations to the dictionary.