Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>string-html-cssNew to Visual Studio Code? Get it now.

string-html-css

yutent

|
64 installs
| (0) | Free
一个高亮js代码中的 html/css/scss/sass/less的字符串, 并支持emmet.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

string-html-css

一个高亮js代码中的 html/css/scss/sass/less的字符串, 并支持emmet.


const foo = css`
  .foo { color: red }
`

const foo = scss`
  .foo { color: red }
`

const foo = html`
  <div>hello</div>
`

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft