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 160 HTML-CSS-Class-Completion issues
Sort by recently updated
recently updated
newest added

When I run VS Code appear a message "_CSS classes cached (click to cache again)_" in status bar, it slow VS Code. How can I disable it?

enhancement

Make the extension more productive by adding the functionality **"Go to definition"** using "Ctrl + click" or "Ctrl + alt + click" Thank you!

enhancement

*Slim is a Ruby HTML Template engine alternative to Haml and ERB.* It would be nice to see slim template engine support with this outstanding extension. In slim, we use...

enhancement

It would be really nice to have support for template literal in JSX files. A common use case is when using the "classnames" utility (https://github.com/JedWatson/classnames). For example: I would expect...

enhancement

Hello, Can support for CSS class completion be supported for Smarty template files? Another idea would be to allow for file hook aliases, like to set that some files require...

enhancement

I added `"html-css-class-completion.includeGlobPattern": "**/*.{css,html,pcss}"` to my user settings, but the extension does not pick up classes defined in .pcss files, even if those files follow valid CSS syntax. This is...

bug
investigate

I see that we have SASS support here. Unfortunately I've less files in my project. There is also webpack so no way to specify path to compiled files. It would...

enhancement

If I open a folder and then edit an existing lines classes (by adding space after the classes to trigger the intellisense) - the css class completion breaks entirely and...

bug
investigate

It would be nice if the language extension would be supported. Currently I can change this through the user settings. But a native support would be better. “files.associations”: {"*.html.eex": “html”}

enhancement

With this extension enabled, I get the below suggestion from Intellisense every time I hit space inside of an HTML element. It does suggest class names, but it causes this...

bug