-1

I install Visual studio code and i want to use emmet in HTML or Sass file, but when i type something like bgc for background-color in scss file and press tab nothing happened!

enter image description here

How I can enable Emmet inside vsc?

Thank you.

Dark star
  • 5,192
  • 9
  • 35
  • 54

1 Answers1

0

Install the Twig pack extension and reload the window. You'll have to temporarily change the extension of the file you're working on to html for emmet to work, which can be achieved with the tab key.