-
-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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" />semone, mateuscalza and realmorrisliumateuscalza
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working