Whenever I have a series of lines that are supposed to be a bulleted list (UL) in Sublime Text 3, I need to repeat these steps:
LI
UL
this time (or just manually type UL and /UL)This is tedious. Does anyone know of a built-in command, a plug-in, or a macro that will take selected lines, wrap each line with an LI tag and the selection with the UL tags in one go?
You can easily achieve this if you have the Emmet plugin installed. The feature that you're after is called "Wrap with abbreviation".
Steps needed:
It's also possible to do some further cool stuff using filters with this as well. Be sure to check out the Emmet docs.