In visual studio 2010 markup in MVC3 and ASPX pages was collapsible (by closing tag) however it does not seem to be working in visual studio 2012. Anyone know how to get it working? I cant find it in the options...
:-)
This worked for me in Visual Studio 2013:
<!-- #region Targets -->
<h1>Targets</h1>
<fieldset>
...
</fieldset>
<!-- #endregion -->