You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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)
The text was updated successfully, but these errors were encountered:
Today, there at at lest to ways to apply cSpell suggestions:
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:
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)
The text was updated successfully, but these errors were encountered: