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
253 stars 83 forks source link

Disable on comment #344

Open Mr-Vipi opened 3 years ago

Mr-Vipi commented 3 years ago

gifvscode

is there a way to disable the autocomplete when I'm writing comments because it triggers the first time when I press "." and after keeps triggering everytime I press "space bar"

eoussama commented 3 years ago

This behavior is caused due to using emmet expressions inside of a comment, fix has been proposed in #362