Find and replace common typos when saving files.
- Sublime Text 3
- Change to your Sublime Text
Packages
directory - Clone repository
git clone https://github.com/pszucs/TypoFinder.git 'TypoFinder'
- Download the latest stable release
- Unzip the archive to your Sublime Text
Packages
directory
Open Packages / TypoFinder / TypoFinder.sublime-settings
and change these if necessary.
Change the typo_on_save
to false
to turn the plugin off.
If auto_correct
is enabled (true) the plugin will automatically fix the typo (you'll see a dialog to confirm each action).
Add your own typos to the dictionary
list. The key is the typo, the value is the string which the typo is to be replaced with.
Just save your file and watch the magic happen.
I'm not a Python programmer. ;)