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

not able to start spell check shows it is disabled #188

Closed guruvonline closed 5 years ago

guruvonline commented 5 years ago

HI, i have installed on vs 2017 version 15.9.3. but when i try tools\spell checker\spell check current document menu for a cs file it says "No editor is selected, the spell checker is currently disabled or the file is excluded by filename extension".

I checked cs file is not in exclusion list, i even tried reset and default and removing all items from exclusion list. But still not able to spell check cs files.

EWSoftware commented 5 years ago

Try removing the extension using the extension manager, restart Visual Studio, and then install it again. A couple of people have had an issue where it didn't work correctly and a reinstall corrected the problems they were having.

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(x86)%\Microsoft Visual Studio\2017\Professional\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.

guruvonline commented 5 years ago

Thanks for quick response. I tried both things but still not working. Any other suggestions?

Thanks

On Wed, Jan 2, 2019 at 3:03 PM Eric Woodruff notifications@github.com wrote:

Try removing the extension using the extension manager, restart Visual Studio, and then install it again. A couple of people have had an issue where it didn't work correctly and a reinstall corrected the problems they were having.

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 https://github.com/EWSoftware/VSSpellChecker/releases 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(x86)%\Microsoft Visual Studio\2017\Professional\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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EWSoftware/VSSpellChecker/issues/188#issuecomment-451012681, or mute the thread https://github.com/notifications/unsubscribe-auth/AsLwyBjAfrBqgbfnXohLkUuxuiZ6L4Toks5u_TrZgaJpZM4ZnNOl .

EWSoftware commented 5 years ago

Sorry, I don't know.