Jezda1337 / nvim-html-css

CSS Intellisense for HTML
115 stars 13 forks source link

Not working with template literals #24

Closed Gogiu23 closed 2 months ago

Gogiu23 commented 3 months ago

It works great with React but when i use template literals doesn't work the sources for the completion: Example: This case doesn't work className={${style.ofcanvas} d-flex flex-column bg-secondary} This one works great className="d-flex flex-column bg-secondary"; Great works anyway. The plugin is amazing.

Jezda1337 commented 3 months ago

@Gogiu23 I have added the ability for autocomplete in jsx-expressions. For example, className={${value} other classes}(use backticks). If you try it, please close this issue. Thank you.

Gogiu23 commented 2 months ago

Great. It works!!!