zignd / HTML-CSS-Class-Completion

:chocolate_bar: Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion
MIT License
248 stars 83 forks source link

liquid support #413

Closed onderakbulut closed 1 year ago

onderakbulut commented 1 year ago

Hi, how can ı use this with panoply liquid extension and liquid files together

panoply commented 1 year ago

Hey @onderakbulut

Yeah, you can leverage this with my extension. Add the following to your workspace settings:

{
  "html-css-class-completion.HTMLLanguages": [
    "liquid"
   ]
}
onderakbulut commented 1 year ago

it works perfectly thanks