In case you don't know what I mean, Imagine the following html:
- Code: Select all
<body>
<ul>
<li></li>
</ul>
</body>
In notepad++, you would be able to fold up the ul and the body elements completely, regardless of the fact that the contents of body are not indented.
In sublime, by default, you would only be able to fold up the ul element because the contents are tabbed.
How can I add that notepad++ folding functionality to sublime?
[edit]
one very attractive solution is to just select everything and click ctrl+shft+p and find the 'reindent lines' command.