Visual Code quickly create HTML, CSS and Class

  • Shortcuts installation: emmet extension
  • head attributes:! Enter
  • Create a shortcut div: div Enter
  • Quickly create div: div * 3 Enter
  • div specify the text: div {div} Enter
  • Text + div specified number: div {div $} Enter
  • div elements embedded: (div} $ {div> P) . 3 Enter, (div {div} $> $ P {P} . 3). 3 Enter *
  • div specify the class name: .a Enter
  • span class is specified name: span.a Enter, pa carriage, div.a Enter

Guess you like

Origin www.cnblogs.com/start2019/p/10991839.html