Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete all the content inside the tag in Sublime tex 2.0

How to fast delete all the content inside a tag in sumblime?

<div>
...
Lot's of strings of code which I need to delete, but I don't want to looking for the closing tag.
...
</div>
like image 538
Alexander Nemov Avatar asked Mar 24 '23 09:03

Alexander Nemov


1 Answers

Selection -> Expand Selection to Tag should get you what you want. There should be a key binding in there that specifies the keyboard shortcut to do it.

like image 127
skuroda Avatar answered Apr 05 '23 13:04

skuroda