Skip to content

Implement getLocationInfoForPosition for javascript ASTs #908

@TimvdLippe

Description

@TimvdLippe

To be able to implement autocompletion of various Javascript features (for example this.$.), we need an equivalent of the traversal of the HTML AST, but then for a Javascript AST.

Usage of this traversal will probably to first invoke getLocationInfoForPosition for the HTML AST. If the return is scriptTagContents, retrieve the AST of the Node and invoke the second function which traverses the AST.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions