The fastest approach I've found for wrapping existing markup in a new tag: 1
The fastest approach I've found for wrapping existing markup in a new tag:
1. Type tag before the element I want to wrap
2. The editor auto creates the end tag
3. Hit enter in front of end tag
4. Hold alt+down arrow to move end tag below element I want to wrap
A potentially faster approach using Emmet (built into @code):
via @squeedee