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

Consider adding a setting to disable "code actions" #2311

Open
matklad opened this issue Oct 23, 2022 · 2 comments
Open

Consider adding a setting to disable "code actions" #2311

matklad opened this issue Oct 23, 2022 · 2 comments

Comments

@matklad
Copy link

matklad commented Oct 23, 2022

Today, there at at lest to ways to apply cSpell suggestions:

  • via the context menu
  • via 💡 (code actions)

The second UI can be annoying for some users: cSpell adds a lot of options to 💡, which get in the way when you try to apply some refactor.

For example, here I want to extract a variable, but need to scroll through 5 cSpell entries for that:

Screenshot_20221023_190315

I would appreciate a setting to disable cSpell code actions, as for me it's overall more convenient to manually call suggestions via the context menu when I need here.

FWIW, one improvement here would be to group all cSpell actions under a single entry, but I don't think that's nicely supported by VS Code yet (microsoft/language-server-protocol#994)

@Jason3S Jason3S transferred this issue from streetsidesoftware/cspell Oct 24, 2022
@mutewinter
Copy link

"cSpell.numSuggestions": 0

@Jason3S
Copy link
Collaborator

Jason3S commented Feb 13, 2025

@mutewinter,

What problem are you trying to solve? Can you give a screenshot?

Does hiding the spelling issues help? Note: you can hide spelling issues by right clicking on an issue.

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

No branches or pull requests

3 participants