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

Clashes with GhostDoc auto documentation functionality #271

Closed Dany-HBK closed 1 year ago

Dany-HBK commented 1 year ago

Just installed this very helpful extension. I'm also using the GhostDoc extension, which automatically fills the inline documentation fields when typing in /// in front of a function the first time (C#). Now with VSSpellChecker active, this feature is blocked and I get only the default behavior of Visual Studio (empty fields). Deactivating VSSpellChecker brings back GhostDoc's auto-fill. Now I'd like to use both extensions, please ;) Thanks, Dany

EWSoftware commented 1 year ago

I installed the community version of GhostDoc and had no issues and GhostDoc worked as expected. I suppose you could try uninstalling and reinstalling both extensions to see if that corrects the issue. If the problem persists, I suggest reporting the issue to SubMain and to see if the issue is with GhostDoc. The problem here is that GhostDoc is closed source so I can't see what it's doing and cannot diagnose any issues with it or see how it interacts with my extension. If SubMain determines that the issue is with my extension and can tell me what is wrong, I can likely fix it then.