Skip to content

JavaScript bindings should not populate within backticks #84

@mohagan9

Description

@mohagan9

Describe the bug
When entering '$' within backticks, the bindings notation is incorrectly inserted:

`$("")`

This is not ideal because you need '$' for string interpolation.

With that said, if I do have interpolation active, then the bindings notation should populate, i.e.

`${$("")}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingnice-to-haveA nicer way of saying "Not a priority"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions