VS Code Shortcuts
Shift+Alt +F -- Align the codes properly yay!
Edit in JSON. This automatically pushes the closing tab into a new line. Very convenient instead of pushing enter and even more so in nested Emmet abbreviations.
"emmet.preferences": {
"format.forceIndentationForTags": [
"body"
"div"
]
Edit in JSON. This automatically pushes the closing tab into a new line. Very convenient instead of pushing enter and even more so in nested Emmet abbreviations.
Comments
Post a Comment