redguardtoo / js-comint

js-comint will send the code from Emacs into node.js or rhino
GNU General Public License v3.0
72 stars 24 forks source link

Add tab completion #10

Open Wilfred opened 8 years ago

Wilfred commented 8 years ago

TAB works fine in when starting node from bash, so we should be able to do the same thing inside Emacs.

redguardtoo commented 8 years ago

Yes, patch welcomed.

Here is tech memo, http://stackoverflow.com/questions/20396698/get-tab-completion-in-custom-comint-mode

joshbax189 commented 4 weeks ago

Hey I'd like to work on this feature, are patches still welcome?

redguardtoo commented 4 weeks ago

sure

joshbax189 commented 3 weeks ago

Ok I have a working version at https://github.com/joshbax189/js-comint/tree/feat/company-completion However, due to the use of callbacks, I need to enable lexical binding in js-comint. I'd like to do that in a separate PR so as not to confuse things.