vs_code_webdev_cheatsheet-1
vs_code_webdev_cheatsheet-1
General Shortcuts
Editing Shortcuts
Navigation Shortcuts
Emmet Abbreviations
Abbreviation Expands To
! Generates a basic HTML5 template.
ul>li*3 Creates a <ul> with three <li> elements.
div.container>div.row>div.col*2 Produces a structure with nested <div> elements.
a{Link} Generates an anchor tag with the text 'Link'.
input:text Creates an input element of type text.
Integrated Terminal