Missing CSS support for HTML documents.
- Class attribute completion.
- Id attribute completion.
- Supports Zen Coding completion for class and id attributes.
- Scans workspace folder for css and scss files.
- Supports remote css files.
- Uses vscode-css-languageservice.
- html
- laravel-blade
- razor
- vue
- pug
- jade
- handlebars
- php
- twig
- md
- javascriptreact
Remote style sheets can be specified in VS Code settings:
"css.remoteStyleSheets": [
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
]
Visual Studio Code Marketplace
You can view a list of attributes via ctrl + space
.