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

Hello, i've got the following setup // there's build directory, which I don't want to see in the file tree.. so I excluded it... ``` "files.exclude": { .... "app/build/": true,...

question

Hello, so I was just trying out the extension with angular projects works wonderfully, of course, the only thing I would ask for is to add support for css-class intellisense...

enhancement

It works great inside `class="..."` but I can't make it work inside twig but not when its NOT associated with `class="..."` For example I have code adding classes conditionally in...

enhancement

Initially requested here: https://github.com/zignd/HTML-CSS-Class-Completion/issues/117

enhancement

My compiled css files sometimes live outside of the workspace. I don't think there's a way yet to specify such files to be included. This would be super helpful in...

enhancement

This is one of my fav VSC extensions. Excellent work. Any chance for an Atom port of it?

enhancement

## Steps to reproduce: Create a new project or open a folder in vscode (python in my case); (this project does not contain a css file or some folder does...

bug
investigate

The plugin currently doesn't work if css class names use special characters (e.g. `.foo\:bar` or `.foo\/bar`). There are a couple of different places where this becomes a problem. 1. Class...

enhancement

Hi, I am working on very large Angular 4 project and have tonnes of inline templates. It would be really great if I know if this works with inline templates...

enhancement
investigate