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

Previously, the extension failed to pick up classes from files that used non-standard CSS syntax, such as `@apply` from tailwind. This PR changes the extension to use PostCSS as the...

`typescript` (non-react) is used with `lit-html` `postcss` is used with tailwind Fixes #239

I, and I presume others too, use postcss mode for sailwind css files, with language support via [PostCSS syntax](https://marketplace.visualstudio.com/items?itemName=ricard.PostCSS). This adds autocompletion for tailwind classes in postcss files (#131).

Right now this extension provides CSS class name completion for the **HTML** class attribute. I think it would be great if it also support class name completion for **CSS** files,...

enhancement

Currently, when you create a workspace, add an HTML file to it and reference a CSS file using the link tag, the extension is not being activated and no completions...

enhancement

It would be great to add custom language support , currently it doesn't support `Liquid` , `Twig`, or `Blaze` templating.

enhancement
language

Hi, would it be possible to add also support for [nunjucks](https://mozilla.github.io/nunjucks/)?

enhancement

This happends when I start vscode the first time after a reboot. What fixes it: Restarting vscode System Information: - vscode: 1.30.2 - HTML-CSS-Class-Completion: 1.18.0

bug