When a LaTeX command is written incorrectly, the document does not compile and the workflow is interrupted. In most cases, this is due to a typo, such as writing \foornote{} instead of footnote{}.
Are there any editors that use an auto-correct for situations like this?
The algorithm for doing the auto-correct, I guess, would be similar to the auto-correct for spelling as found in MS Word, which changes things like neccessary to necessary on-the-fly without users even noticing.


autocomplete suggestions for
\usepackage{syntonly} \syntaxonly– texenthusiast Apr 24 '13 at 18:15:imaporIMAP(..)(the latter is part of vim-latex-suite) to do auto-correct on the fly (but you'll have to build the database of auto-correction yourself. – Aditya Apr 24 '13 at 22:24