Colon is a flexible text editor, built on Electron, and based on everything we love about our favorite editors. We are trying to designe it to be fully customizable.
I am making an editor of my own using CodeMirror and Electron and I wanted to know how you implemented your autocomplete features (like how the editor suggest useful methods and keywords).
Hi,
I am making an editor of my own using CodeMirror and Electron and I wanted to know how you implemented your autocomplete features (like how the editor suggest useful methods and keywords).