Pregunta

Everytime I'm putting HTML tags I need to wrap into a new element. I remember you can do this on Dreamweaver just inserting an element when you select something. Is there a way to do this with sublime text?

¿Fue útil?

Solución

Select the text you want to wrap, and hit AltShiftW. It will initially be wrapped in <p> tags, but you can just type the tag you want and the tags will automatically change.

enter image description here

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top