Disabling spellcheck everywhere (command palette, plugin text fields)

Use case or problem

  • Disabling spellcheck in the settings (Editor → Spellcheck) does not disable it in all areas.

  • Command palette:
    Screenshot 2024-07-20 202035

  • Plugin text areas (e.g. Smart Connections Plugin, Copilot):
    Screenshot 2024-07-20 203443

Proposed solution

  • Extend the existing spellcheck toggle to cover all areas.

Current workaround

  • Not a feasible workaround, but adding the attribute spellcheck="false" to a textarea (e.g., Smart Connections) disables spellcheck:
<textarea class="sc-chat-input" spellcheck="false" [...]>

Related feature requests

(Disable spell checking completely)

Related:

For command palette, please open a bug report.

For the plugins, send a bug report in each plugin respective repository

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.