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

False positives in Find window and Git Commit message textbox #272

Closed AntonyCorbett closed 1 year ago

AntonyCorbett commented 1 year ago

The extension is showing false positives when typing text into the Find window and Git commit text boxes in VS 2022 v17.4.5

image

EWSoftware commented 1 year ago

Duplicate of #189. The workaround is to restart Visual Studio.

AntonyCorbett commented 1 year ago

@EWSoftware thanks - I did search the Issues 😀

AntonyCorbett commented 1 year ago

@EWSoftware Restarting VS doesn't fix the issue. I'll investigate further.

AntonyCorbett commented 1 year ago

@EWSoftware I have turned off the Visual Studio WPF Text Boxes option in the Global Spell Checker Configuration Settings (see below) but the spell checker is still active in Visual Studio's WPF textboxes (I have restarted VS to be sure). Do I understand correctly that if I uncheck this checkbox it should prevent the spell checker from using WpfTextBoxSpellChecker?

image

AntonyCorbett commented 1 year ago

@EWSoftware Disabling Resharper (and restarting VS) fixes the issue associated with false positives in WPF textboxes. However, I am still unable to prevent spell checking in WPF textboxes altogether using the Global Spell Checker Configuration Settings, EnableWpfTextBoxSpellChecking option.

AntonyCorbett commented 1 year ago

@EWSoftware I have turned off the Visual Studio WPF Text Boxes option in the Global Spell Checker Configuration Settings (see below) but the spell checker is still active in Visual Studio's WPF textboxes (I have restarted VS to be sure). Do I understand correctly that if I uncheck this checkbox it should prevent the spell checker from using WpfTextBoxSpellChecker?

See #273

EWSoftware commented 1 year ago

Thanks for the fix and the info on Resharper. I don't use that so it's probably why I've never been able to duplicate the issue.