Reputation: 196639
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.
Upvotes: 1
Views: 473
Reputation: 8966
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.
Upvotes: 3