Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can no longer add correctly spelled words from Quick Actions Menu #288

Closed
Ziflin opened this issue May 18, 2023 · 1 comment
Closed

Can no longer add correctly spelled words from Quick Actions Menu #288

Ziflin opened this issue May 18, 2023 · 1 comment

Comments

@Ziflin
Copy link

Ziflin commented May 18, 2023

As of a recent update (this month I think), I'm no longer able to click on words that are misspelled and add them to the global dictionary or ignore list from the Quick Actions menu. The Quick Actions menu now only has "Correct Spelling" and "Ignore word 'XYZ'" options. The "Ignore Word" fix is to add it to just add it to the current file via a comment at the top of the file.

This is in a C# project. It does appear to still work inside comments (where I also get a purple colored squiggle underline). But for code elements (classes, methods, variables, etc.) I do not get the "Add to Dictionary" or "Add to Ignored Words File" options in the Quick Actions menu. (The squiggle underlines are also green here and they also add a "Correct spelling of 'XYZ'" warning to the Error List.

@EWSoftware
Copy link
Owner

This is covered by issue #277. Identifiers are limited to correcting the spelling and adding an ignore spelling directive. There's no way to add them to ignored words files or dictionaries as I haven't found a way to do it yet using the code analyzer. See the release notes for details on the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants