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

Not working in Vue environment #436

Open ffxsam opened 8 months ago

ffxsam commented 8 months ago

I'm trying to get this extension working, to no avail. My setup:

I even added this to my settings:

  "html-css-class-completion.includeGlobPattern": "**/*.{css,html,vue}",
  "html-css-class-completion.HTMLLanguages": ["html", "vue"]

and that didn't help. When I type class=" and hit ctrl+space, I just get random symbols:

CleanShot 2023-12-20 at 14 21 58

Anyone have any ideas on how to get this working properly?