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

nameof() in interpolated string is marked misspelled #259

Closed JeroenOortwijn closed 2 years ago

JeroenOortwijn commented 2 years ago

I can't remember having this issue before, but today I noticed that the nameof() expression in an interpolated string is marked as misspelled: image

I also updated Visual Studio to v17.2.6 today, so that might also be the culprit.

EWSoftware commented 2 years ago

I'm not able to duplicate this. Occasionally, based on the edits, it can get out of sync. Usually, making an edit on the line will refresh it and any incorrectly flagged words will go away.

JeroenOortwijn commented 2 years ago

I also haven't seen it since, so it was probably a fluke. If it happens again and I have a reproducible test case, I'll reopen this issue.