This has been possible for some time on the Mac OS (since 10.6), just hidden. In almost any text field or app you are typing text into you can hit F5 or Option-Esc to bring up the equivalent of the iOS autocomplete list. This is different than the auto spellchecking system built into the Mac.

enter image description here

This is similar to the answer given by @Greenonline, but works in almost any app that was developed using Apple compliant text fields. Just as an FYI, the Firefox web browser is an example of an app that DOES NOT comply with this, as well as many web based Javascript text editors that watch for special key inputs (like the ones found on this web site).

If the auto spellchecking is NOT turned on for your system for some reason you can enable it by going to:  menu -> System Preferences.. -> Keyboard -> Text tab and checking Correct Spelling Automatically to on.

If you are looking for an alternative to the built in functionality, then you could look at BBAutoComplete as an alternative.

It was created years ago as a free plugin for BBEdit (no longer needed since version 9 on has autocomplete built in). But the plugin can be used with any scriptable application including Word and TextWrangler.

If you are looking for a writing app specifically then I would look at Scrivener.

The cool thing about Scrivener's autocomplete is that it lets you set up separate autocomplete list for each project. This comes from the fact that it was designed for writers working on projects that might need to have specially created autocompletes for fictional characters or locations that aren't in a standard autocomplete system.

I hope this helps!


I developed an English Input Method for macOS.

enter image description here

Download the pkg file and install it: https://pan.baidu.com/s/1jIxckfW

http://blog.csdn.net/lwl_ls/article/details/8564940

please contact 086 18666291287 or [email protected] if needed

version 1.3:

-input freely in any application of macOS.

-select automatically completed words by number.

-select the first suggested word with the Space key.

-enter the characters you typed with the Enter key. (E.G. "bea" in the example)

-remember user words automatically.

-support input space character automatically.


There is a IME type method built into TextEdit, that can be activated by hitting the ESCAPE key, so if you type "beg", followed by <ESC> then the system will bring up a selection of words beginning with "beg", thus:

IME in TextEdit

However, the body of your question implies that you do not want to use that text input method. Nevertheless, TextEdit is a system wide text entry mechanism so that particular functionality should be available in a number of text entry fields across the system.