How to delete all the content inside the tag in Sublime tex 2.0
html, sublimetext2
Solution
`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.
Problem
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> ```