jdthorpe / auto-correct

Auto Correct extension for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
}

About

Auto Correct extension for VS Code


Languages

Language:TypeScript 100.0%