How do you disable #endregion being automatically created when you type #region in C#?
How do you disable #endregion being automatically created when you type #region in C#?
It's annoying because usually I'm putting a region around existing code.
Please sign in to leave a comment.
Hi Adamgryu!
Most likely, it is a live template being used in your case. You can change/disable/rename it in File | Settings | Editor | Live Templates | C# → #region.
I hope this helps!