HTML-CSS-Class-Completion
HTML-CSS-Class-Completion copied to clipboard
: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
Fixes #141 I also extended erb support to include `class:` params, which is used in [`content_for`](https://api.rubyonrails.org/classes/ActionView/Helpers/TagHelper.html#method-i-content_tag) and a lot of methods that call that method, as well as any helper...
## Automatic TailwindCSS Detection & Opt-out TailwindCSS Generates thousands of classes, sometimes it goes over `200k`. It should automatically opt-out of indexing them for performance reasons. @TailwindCSS already has a...
> Is anyone still maintaining it? I think this needs to add an option to only get those CSS stylesheets and built-in styles that have been added
My angular project is quite big, having lot of npm packages installed. That's why I'm exuding the `node_modules` folder in `Exclude Glob Pattern` setting (I don't want to have intellisense...
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...
The description says it supports styles imported by `` element. What about `@import`ed styles?
Hi, It doesn't work in patterns with curly bracket js (React) files like: or but works fine in patters without curly brackets like: thanks.
I am using php with Bootstrap 4 with link tag but the extension only sees the local css files, so I don't get the bootstrap classes intellisense. Please help! Thanks!