Type the tag name (without starting <) then press Tab
for example type div then press tab and VS will convert it to <div></div>
Or type the opening tag then press Tab twice
for example :
- type
<div - press Tab
- press Tab
it will add the closing tag