emmet self closing tags code example
Example: emmet react self closing tags
//add line to settings.json
"emmet.triggerExpansionOnTab": true,
//Now in html/jsx you can have
Component/ + Tab --> <Component/>
br/ + Tab --> <br/>
//add line to settings.json
"emmet.triggerExpansionOnTab": true,
//Now in html/jsx you can have
Component/ + Tab --> <Component/>
br/ + Tab --> <br/>