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
377 stars 65 forks source link

[Feature Request] Ignore doubled words in German language or better have a blacklist for it. #231

Closed TobiasSekan closed 2 years ago

TobiasSekan commented 3 years ago

Hello,

It would be helpful for the German language when we can ignore double word detection or better we have a black list for words that we can write doubled.

In German we can write die die e.g. Ein Liste mit allen Objekte, die die benötigten Daten enthalten..

Best wishes

EWSoftware commented 3 years ago

Doubled word detection can be turned off in the configuration settings in the General category. Another workaround is to add an Ignore Spelling comment directive to the file which has the side effect of also ignoring the word if doubled.

I'll see about adding support for ignoring specific doubled words.

EWSoftware commented 2 years ago

I took the simple approach on this one. I added the option to add the word to the ignored words file in the correction options. It can also be added to the ignored words list in a configuration file. Doing either will allow it to be ignored when checking for doubled words.