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

First of all, We have to create 3 files HTML, CSS, JS files for Web dev. ## Problem:- When I have written an id/class name for an element in HTML,...

- Issue Type: `Bug` - Extension Name: `html-css-class-completion` - Extension Version: `1.20.0` - OS Version: `Darwin x64 19.5.0` - VS Code version: `1.62.3` :warning: We have written the needed data...

Unfortunately, this extension is not working for me even on a basic project with a single HTML and CSS file. I've re-cached CSS class names after adding the `test.css` file....

This PR partially addresses https://github.com/zignd/HTML-CSS-Class-Completion/issues/287 by updating the regex that matches for JS(X)/TS(X) files. The regex uses a non-capturing group `(?:` to match an optional opening curly bracket before a...

- Issue Type: `Bug` - Extension Name: `html-css-class-completion` - Extension Version: `1.20.0` - OS Version: `Windows_NT x64 10.0.19043` - VS Code version: `1.62.2` :warning: We have written the needed data...

- Issue Type: `Bug` - Extension Name: `html-css-class-completion` - Extension Version: `1.20.0` - OS Version: `Windows_NT x64 10.0.22499` - VS Code version: `1.62.2` :warning: We have written the needed data...

Hi, Thanks for your great work. I've got this problem with one of my projects: when the extension is loaded/reloaded, it throws this error: `Failed to cache the class definitions...

bug

Hi! I'm trying use intellisense in a .marko file, trying add it as a 'html-css-class-completion.HTMLLanguages' but it doesn't works ` "git.autofetch": true, "explorer.compactFolders": false, "cSpell.enableFiletypes": [ "marko" ], "window.zoomLevel": 1,...