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

Not working in Vue environment

Open ffxsam opened this issue 6 months ago • 0 comments

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

  • Vue 3 (TypeScript)
  • Vuetify 3
  • Volar (takeover mode)

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?

ffxsam avatar Dec 20 '23 20:12 ffxsam