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

Improve JavaScript autocompletion #13

Open
jessevdk opened this issue Nov 22, 2014 · 0 comments
Open

Improve JavaScript autocompletion #13

jessevdk opened this issue Nov 22, 2014 · 0 comments

Comments

@jessevdk
Copy link
Owner

The autocompletion in JavaScript is currently very primitive, mostly due to simply looking up top-level symbols in a global context, without consideration of locally scoped variables. It would be relatively easy to improve on this a bit by using the AST we already obtain from esprima to resolve some straightforward things like variable assignments, as well as correctly resolving for the context function argument (c).

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

1 participant