Chhekur / colon-ide

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.
https://chhekur.github.io/colon-ide/
MIT License
99 stars 23 forks source link

How did you do your autocomplete? #22

Open MitchellMarkGeorge opened 5 years ago

MitchellMarkGeorge commented 5 years ago

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).