HTML-CSS-Class-Completion icon indicating copy to clipboard operation
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

Results 157 HTML-CSS-Class-Completion issues
Sort by recently updated
recently updated
newest added

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...

enhancement

In the html file, if i enter `

enhancement

> 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

enhancement

If have any plan,that`ll be great.

enhancement

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...

enhancement

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...

bug
investigate

The description says it supports styles imported by `` element. What about `@import`ed styles?

enhancement

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.

enhancement

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!

question