Is there anyway to collapse html in the IDE? For example if I have a table, I would like to collapse the table and anything inside of this.

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

This is actually a baked in feature of Visual Studio. In the source view of an HTML page (.html, .master, .aspx, .ascx, etc.), there should be small plus signs next to collapsible elements. Click that to collapse that element (and anything inside it). Likewise, click the minus signs to expand them again.

link|improve this answer
for some reason it wasn't showing up. i restarted VS and then it worked. – leora Aug 4 '09 at 1:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.