leora
leora

Reputation: 196639

visual studio 2008 collapse html in IDE like regions

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

Answers (1)

Timothy S. Van Haren
Timothy S. Van Haren

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

Related Questions