/auto-correct

Auto Correct extension for VS Code

Primary LanguageTypeScript

Auto Correct for VS Code

A simple VisualStudio Code extension that corrects your commonly misspelled words

Features

After typing an incorrectly spelled word, the extension will automatically replace it with the correct variant of the word

Extension Settings

"auto-correct.dictionary": {
    "hte": "the",
    "mispell": "misspell",
    "cosnt": "const",
    "functoin": "function"
}