-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels