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 showing suggestions #193

Closed narasappacj closed 5 years ago

narasappacj commented 5 years ago

I installed spell checker to my VS 2017. It's showing wrong spellings but not showing any suggestion to correct that spelling

EWSoftware commented 5 years ago

Do you at least get the Ignore and Add to Dictionary options? If so, it's working but it's not finding any suggestions for some reason. Have you got the right dictionary language selected? If you're spelling checking text in a foreign language with the English dictionary selected or vice versa, it's likely to not find any suggestions.

narasappacj commented 5 years ago

Do you at least get the Ignore and Add to Dictionary options? If so, it's working but it's not finding any suggestions for some reason. Have you got the right dictionary language selected? If you're spelling checking text in a foreign language with the English dictionary selected or vice versa, it's likely to not find any suggestions.

ohh the problem is with only on Javascript files and .cshtml files. On .cs files its showing suggestions correctly. any thoughts on this

EWSoftware commented 5 years ago

Can you send me some example files or perhaps a small project as an example so that the files are used within Visual Studio in the context of a project?

EWSoftware commented 5 years ago

Closing due to no further response. If you can attach some examples as requested, the issue can be reopened and I can look into it further.