/atom-autocorrect

A framework for providing word-based autocorrections in Atom.

Primary LanguageTypeScriptMIT LicenseMIT

AutoCorrect for Atom

This package provides a framework (but not actual corrections) for implementing real-time, inline corrections while typing. It is not intended to be used for complex substitutions or multiple options (use snippets for those) but for more automatic changes of common typos such as "teh" or "DOuble LEetters."

Additional Packages

The following are additional packages that can be installed that will provide actual corrections:

Implementing Packages

To implement a new autocorrection plugin, see the plugin documentation.