HTML-CSS-Class-Completion icon indicating copy to clipboard operation
HTML-CSS-Class-Completion copied to clipboard

Add support for template literal in JSX

Open patricklafrance opened this issue 7 years ago • 1 comments

It would be really nice to have support for template literal in JSX files.

A common use case is when using the "classnames" utility (https://github.com/JedWatson/classnames).

For example: <ul className={absolute bg-white pa3 ${classNames({ dn: !isOpen })}}>

I would expect to get intellisense for the classes absolute, bg-white and pa3.

Thank you,

Patrick

patricklafrance avatar Sep 25 '18 16:09 patricklafrance

@zignd Webstorm supported, do you have any comment for this issue?

nghiahung-dev avatar Dec 29 '23 05:12 nghiahung-dev