Remove the automatic #region/#endregion tags when implementing an interface in Visual Studio 2005/2008

You can turn it off via Tools / Options

Then, in the option-window, you select ‘Text Editor’, then the language of your choice (C# for ex).
Then, you select ‘Advanced’, and then, you have a checkbox which says:
‘Surround generated code with #region’

Leave a Comment