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

Issue with Completion in Javascript #406

Closed Hifilo closed 1 year ago

Hifilo commented 1 year ago

https://user-images.githubusercontent.com/92943726/213930835-84bda7e5-8546-4f44-b56b-642199c4a46d.mp4

So in this case, when writing .backgroundColor I don't want the : autocompletion because I plan to put =. Your extension appears to be the cause. Can I fix this on my end?

Thanks.