I\'m working on trying to add a custom autocomplete, that I want to trigger whenever the user is typing (configurable of course). I\'ve found a couple examples of autocomple
As far I've seen, "inputRead" is the best event to show "auto completions" in "codemirror".
The only drawback is that you can't show hints on backspace or delete.