Skip to content

Autocomplete not working on literal strings #50

@archer3cl

Description

@archer3cl

Say i need some variables on the prop className on React. I would want to use a es6 literal string

<div className={`font-bold text-sm text-gray-600 hover:text-white ${className}`} />

The plugin doesn't show any suggestions, even with Ctrl+Space. But it works just fine with

<div className="font-bold text-sm text-gray-600 hover:text-white"  />

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions