coreh-deprecated / nide

Beautiful IDE for Node.js
http://coreh.github.com/nide/
712 stars 111 forks source link

Autocompletion #49

Open gobijan opened 12 years ago

gobijan commented 12 years ago

Hi as far as I understood Nide uses http://codemirror.net under the hood which features some kind of js-autocompletion: see http://codemirror.net/demo/complete.html

Would be cool if this could be enabled for Nide.

codedninja commented 12 years ago

I think when I have some free time I will implement that and a few other features.

I was thinking of a few features like block Ctrl + S or Command + S (save) cause sometimes I will forget it's auto saves. I have a few other key combinations I have in mind to enhance Nide.

gobijan commented 12 years ago

great! keep up the good work :)

ipconfiger commented 11 years ago

The codemirror.js in nide has been modified,so the addons for codemirror not works under nide,i tried Highlighting selection matches but got alot of errors