vscode-spell-checker icon indicating copy to clipboard operation
vscode-spell-checker copied to clipboard

Show Fixes and words that beginning with two UPpercase letters

Open Llibyddap opened this issue 6 years ago • 5 comments

I noticed that when a word has two UPpercase letters at the beginning of the word, then the Show Fixes resolution replaces from the second uppercase letter. For example, the previous sentence would be updated as follows:

"... has two UUppercase letters..."

If I look closely at the word that is being evaluated, I think it is looking at Ppercase and suggesting Uppercase. It then inserts Uppercase in replacement of Ppercase resulting in UUppercase.

If the word doesn't have the right suggestion then it isn't an issue (since there is nothing to replace it with). It turns out the dictionary does very well at guessing the missing first letter and I do a great job of holding down the shift key long enough to get two uppercase letters... :-)

Llibyddap avatar Jul 21 '18 23:07 Llibyddap

Thank you for reporting this.

Jason3S avatar Aug 29 '18 06:08 Jason3S

@Llibyddap does this still happen? What programming language are you using?

Jason3S avatar May 27 '19 08:05 Jason3S

Sorry for the delay... :-(. Python.

Llibyddap avatar Sep 10 '19 19:09 Llibyddap

Let me see if I get this right:

You have UPpercase in your document, the suggestion is Uppercase and the result is UUppercase.

Jason3S avatar Sep 11 '19 06:09 Jason3S

yes

Llibyddap avatar Sep 12 '19 03:09 Llibyddap