Vscode-spell-checker: Add "Toggle Spell Checking for Workspace" command

Created on 21 Jan 2017  路  3Comments  路  Source: streetsidesoftware/vscode-spell-checker

I'd like to see a toggle command, cSpell.toggleForWorkspace, so I can bind it to a single keyboard shortcut.

Done / Fixed enhancement

Most helpful comment

There are a few commands I plan on adding as well:

  • enable(ForWorkspace)
    -- turn on spell checker (for the workspace)
  • disable(ForWorkspace)
    -- turn off spell checker (for the workspace)
  • toggle(ForWorkspace)
    -- toggle on / off the spell checker (for the workspace).
  • enableCurrentLanguage(ForWorkspace)
    -- turn on checking the language of the current document.
  • disableCurrentLanguage(ForWorkspace)
    -- turn off checking the language of the current document.
  • toggleCurrentLanguage(ForWorkspace)
    -- toggle on / off the current language

All 3 comments

There are a few commands I plan on adding as well:

  • enable(ForWorkspace)
    -- turn on spell checker (for the workspace)
  • disable(ForWorkspace)
    -- turn off spell checker (for the workspace)
  • toggle(ForWorkspace)
    -- toggle on / off the spell checker (for the workspace).
  • enableCurrentLanguage(ForWorkspace)
    -- turn on checking the language of the current document.
  • disableCurrentLanguage(ForWorkspace)
    -- turn off checking the language of the current document.
  • toggleCurrentLanguage(ForWorkspace)
    -- toggle on / off the current language

Update: I still think this is a good idea, I just haven't had the time to do it. I am open for pull requests.

All the commands have been added except for toggleCurrentLanguage.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gandalfsaxe picture gandalfsaxe  路  3Comments

xwang233 picture xwang233  路  4Comments

fgarcia picture fgarcia  路  3Comments

ahmadyousefdev picture ahmadyousefdev  路  3Comments

eamodio picture eamodio  路  6Comments