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

Intellisense options of css class when there shouldn't be any (not contextual) #248

Open jonyeezs opened 4 years ago

jonyeezs commented 4 years ago

The intellisense that is provided when the area isn't CSS class related is a bit troublesome. I have a project of over 30+ classes. And when I enter for auto-complete it shows me css class when I'm not even in a class attribute.

Issue: image

Expected:

image To show relative selection - contextual.