.Net, C#: Make #region/#endregion sections their own entity, rather than treating them as comments
Currently, the #region and #endregion tags are treated as part of the comments for the method that occurs after them. As such, if you organize your code with these #region sections, and then you happen to move a method just below a #region to a different place, and then you have a merge conflict over that method, then the regions get messed up.
13
votes
Anonymous
shared this idea