vscode-spell-checker icon indicating copy to clipboard operation
vscode-spell-checker copied to clipboard

Consider adding a setting to disable "code actions"

Open matklad opened this issue 3 years ago • 2 comments

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

  • via the context menu
  • via :bulb: (code actions)

The second UI can be annoying for some users: cSpell adds a lot of options to :bulb:, 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 (https://github.com/microsoft/language-server-protocol/issues/994)

matklad avatar Oct 23 '22 18:10 matklad

"cSpell.numSuggestions": 0

mutewinter avatar Feb 12 '25 20:02 mutewinter

@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.

Jason3S avatar Feb 13 '25 13:02 Jason3S