Searched for an answer but did not find any...
adding a region such as
#region XXXXXX
.
. {code here}
.
#endregion
collapses into
is it not possible to name regions? Quite downgrades the feature... you end up having several collapsed areas in your code and you have no idea what they do (unless you add comments above them...)