It look like you need this in your settings:
"emmet.syntaxProfiles": {
"html": {
"inline_break": 1
},
},
That will put all tags, including span
and other typically inline tags, on their own line. There is no way to restrict it to a
tags.
I thought "tag_nl" : true
would work but it didn't.
See emmet syntaxProfiles.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…