sublimetext2 - Opposite of "wrap selection with tag" in Sublime Text 2 -
is there smarter way of removing tag (let's using html) around selection in sublime text 2?
example if have span
tag around text , want remove both start , end of tag (and leave text inside untouched)...
or alternative - remove current tag , it's corresponding end tag?
the emmet plugin (once called zen coding) can want. install , press ctrl+shift+;
within tag's contents unwrap tag.
Comments
Post a Comment