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
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
Closes #148
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,...
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...
It would be great to add custom language support , currently it doesn't support `Liquid` , `Twig`, or `Blaze` templating.
Hi, would it be possible to add also support for [nunjucks](https://mozilla.github.io/nunjucks/)?
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