I'm a little annoyed with this, but VSCode inserts automatically cursors when i stand over a html tag. So i wanna paste some attribute like class="something" in the tag and ended up writing things like:
<div class="something"></div class="something">
or
<div class="something"></div </div>>
is there a way to disable those automatic cursors? Thanks