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

Why is this extentioan activating on workspaces without any html/css (why no activation Events)? #373

Open Cube707 opened 2 years ago

Cube707 commented 2 years ago

I really like your extention, but I have some big workspaces without any HTML/CSS that don't require this extention. Still this extention launches and takes a bounch of time to do so.

Of course I could disable the extention and only activate it for workspaces that actually need it, but I am still wondering why activationevents are not used?

I see that there was a PR implementing this (#152) which was closed without an explenation. What is the reason so broad activation is needed? Or what was missing from the PR to make this work?

falco467 commented 2 years ago

Is there any update on this request ?