pentest-distro-builder/filesystem/etc/skel/.vscode/extensions/ecmel.vscode-html-css-0.2.0
2018-10-18 13:47:28 -06:00
..
node_modules Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
out Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
.vsixmanifest Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
icon.png Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
LICENSE.md Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
package-lock.json Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
package.json Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00
README.md Move stuff to /etc/skel 2018-10-18 13:47:28 -06:00

Visual Studio Code CSS Support for HTML Documents

Missing CSS support for HTML documents.

Features

  • 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.

Supported Languages

  • html
  • laravel-blade
  • razor
  • vue
  • pug
  • jade
  • handlebars
  • php
  • twig
  • md
  • nunjucks
  • javascript
  • javascriptreact

Remote Style Sheets

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"
]

Style Sheet File Extensions

By default, css and scss files in the project are parsed. You may configure this in VS Code Settings

Remote style sheets can be specified in VS Code settings:

"css.fileExtensions": [ "css", "scss"]

Installation

Visual Studio Code Marketplace

Usage

You can view a list of attributes via ctrl + space.