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

Spell Check Current Document Failure #261

Closed PaltryProgrammer closed 2 years ago

PaltryProgrammer commented 2 years ago

Greetings Kind Regards Thank You for providing VSSpellChecker Upon selecting "Spell Check Current Document" the results window states as shown in attached PNG file. I do not know how to "Select a text editor" Kindly Advise Please note it is not disabled and no files are excluded by extension - Thank You Kindly

VSSpellChecker results window

EWSoftware commented 2 years ago

"Select a text editor" just means make sure an editor window is active before you invoke the option to spell check the current document. If you have an active editor and you haven't disabled Spell Check as You Type in the options, try removing the extension using the extension manager, restart Visual Studio, and then install it again. Some people have had an issue where it didn't work correctly and a reinstall corrected the problems they were having. Others have been able to get it working by downloading it from the Releases Page rather than installing from the marketplace.

Another was able to get it to work if they ran Visual Studio as an administrator so it appeared to something related to their permissions. You can probably install the package as an administrator and install it for all users. Download it from the Releases Page or the Marketplace and then run VSIXInstaller.exe with the /admin command line option. That should install it for all users, admin or not. You can find the tool in %ProgramFiles%\Microsoft Visual Studio\2022\Community\Common7\IDE (adjust the path for your edition). If that works, the only thing to be aware of is that extensions installed for all users don't auto-update so you need to install any future updates manually the same way.