Little package to play with HTML tags
ctrl-t ctrl-d
Delete outer HTML tags
Before :
<body>
<ul>
<li class="myclass">Hello |world</li>
</ul>
</body>
After :
<body>
<ul>
Hello |world
</ul>
</body>
- Select all code inside HTML tags
- Insert tags around a selection
- Handle multiple cursors