I hope I'm not the only one who likes this but using like regions in Visual Studio for C# is sooo nice for organization.
Example
#region My Code #endregion
And from #region to #endregion can be collapsible with all its code in between.
Not a super important feature but a quality of life one.
Hi One More Turn,
You can do this by placing //{ and //} at the beginning and end of the region your would like to collapse. Try that out and let me know how you get on.
Thanks,
Liam
sweet works perfectly!
One More Turn
I hope I'm not the only one who likes this but using like regions in Visual Studio for C# is sooo nice for organization.
Example
And from #region to #endregion can be collapsible with all its code in between.
Not a super important feature but a quality of life one.