Skip to content

Add support for template literal in JSX #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
patricklafrance opened this issue Sep 25, 2018 · 1 comment
Open

Add support for template literal in JSX #144

patricklafrance opened this issue Sep 25, 2018 · 1 comment

Comments

@patricklafrance
Copy link

patricklafrance commented Sep 25, 2018

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

@nnhjs
Copy link

nnhjs commented Dec 29, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants