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
Type: Bug Edit some file or add a new one, a new empty tab should appear - repeat for additional empty tabs to appear. They will re-open when closed Extension...
Hello there, I'm trying to set up completion to target only one CSS file, and exclude everything else. I did try: ``` "html-css-class-completion.includeGlobPattern": "/packages/styles/assets/css/css-autocomplete.css", "html-css-class-completion.excludeGlobPattern": "**/!(/packages/styles/assets/css/css-autocomplete.css)", ``` So I include...
It seems that this plugin can not support bulma.min.css(600+KB) if I reduced bulma.min.css -> 100 KB, It working normally....
In markdown there is support for creating links with for example css classes attached. An example: ``` [foo bar](https://example.com){.myclass} ``` Can we have completion support for css classes in that...
## Summary This extension (`Zignd.html-css-class-completion`, [_Visual Studio Marketplace_](https://marketplace.visualstudio.com/items/?itemName=Zignd.html-css-class-completion)) silently crawls all HTML files in the workspace — including unopened files — and initiates network requests to every external URL it...
Hi everyone, I'm experiencing an issue in my Angular project where this extension causes a 1-15 second delay in Git actions on GitLab. How I understand this extension abandoned. Has...
Type: Bug its not just working i dont know why the fuck man Extension version: 1.20.0 VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z) OS version: Windows_NT x64 10.0.23606 Modes: System...