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

Weird hover effect in .cs files. #266

Closed nightowl286 closed 1 year ago

nightowl286 commented 1 year ago

Probably related to issue 116, getting this in VS 2022 (version 17.4.0), whenever I hover over a misspelled word I just get a small gray rectangle which seems unintended to me?

image

I would expect it to either not show up at all or show the recommended fixes.

EWSoftware commented 1 year ago

I doubt this is related as that issue was fixed. I do see the small gray popup momentarily in comments but the full popup appears shortly thereafter. At a guess I'd say it's just a delay in Visual Studio since the editor checks for actions asynchronously.

nightowl286 commented 1 year ago

Ah, it does indeed show a full popup after a few seconds for me, thanks for explaining, will be closing this!