vscode-html-css
vscode-html-css copied to clipboard
Visual Studio Code Extension - CSS Intellisense for HTML
Type: Bug cant tipe alfebet H tataw kenapa Extension version: 2.0.10 VS Code version: Code 1.91.1 (f1e16e1e6214d7c44d078b1f0607b2388f29d729, 2024-07-09T22:06:49.809Z) OS version: Windows_NT x64 10.0.22621 Modes: System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM)...
When adding a new file type to "css.enabledLanguages". Ex. ```json "css.enabledLanguages": [ "vue", "html" ] ``` Auto completion only trigger outside HTML attributes . Ex. ```vue ``` It will not...
- Updated the regex to match `\` and `!` in class names. - Added logic to remove escape characters `\` from the selector. This change ensures that a string like...
the html css snippets are working in django files/folder . any of the snippets is not working in the django project file
Type: Feature Request I have been using this HTML CSS Support extension Now this extension is not working while using bootstrap classes Extension version: 1.13.1 VS Code version: Code 1.80.1...
ability to set css.enabledLanguages property in "./vscode/setting.json" or in the ".workspace" file
Type: **Feature Request / Improvement** it will be nice to be able to set de "css.enabledLanguages" property in the "./vscode/setting.json" or even in the ".workspace" file. I'm working with devcontainers...
```css .\+pd-all-lg { padding: 64px!important; } .\+pd-all-md { padding: 32px!important; } .\+pd-all-sm { padding: 7.999px!important; } .\+pd-all-none { padding: 0!important; } ``` Extension not able to do class completion when...
i can work in vs code from 7 months and do my web designing and suddenly my "D" key stop working and i check the keyboard then its okay and...
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...
Hey! It would be great to be able to have a small tooltip when hovering over classes used in templates, displaying their documentation similar to jsdoc. What do you think...