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
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,...
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...
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...
Initially requested here: https://github.com/zignd/HTML-CSS-Class-Completion/issues/117
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...
This is one of my fav VSC extensions. Excellent work. Any chance for an Atom port of it?
## 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...
This enables #98
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...
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...