Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tab completion #10

Open
Wilfred opened this issue Sep 7, 2016 · 4 comments
Open

Add tab completion #10

Wilfred opened this issue Sep 7, 2016 · 4 comments

Comments

@Wilfred
Copy link

Wilfred commented Sep 7, 2016

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

@redguardtoo
Copy link
Owner

Yes, patch welcomed.

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

@joshbax189
Copy link
Contributor

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

@redguardtoo
Copy link
Owner

sure

@joshbax189
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants