Skip to content

Improve JavaScript autocompletion #13

@jessevdk

Description

@jessevdk

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions