Regions In ASP.NET Views?
Select the part which needs to be converted to region, then right click and press CollapseTag
This works in Visual Studio 2015 and above
(thanks to @dotnetN00b
for the sample in the comments section):
<!-- #region Test -->
code here
<!-- #endregion -->