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
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?
Make the extension more productive by adding the functionality **"Go to definition"** using "Ctrl + click" or "Ctrl + alt + click" Thank you!
*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...
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...
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...
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...
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...
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...
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”}
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...