Daniel Cazzulino's Blog : How to get rid of the auto-generated #region for implemented interfaces

Subscriptions

News

Source code published in this blog is public domain unless otherwise specified.

 

kzu in LinkedIn

  Microsoft MVP Profile

 Contact

Post Categories

How to get rid of the auto-generated #region for implemented interfaces

I HATE this default so much. Every stupid interface gets its own #region in my code file. I wonder who thought regions were so cool...

Anyway, just go to Tools -> Options and please-please turn it off!!!

image

And please-please-please-please VOTE TO MAKE IT OFF BY DEFAULT!!!

posted on Thursday, March 13, 2008 12:50 PM by kzu

# How to get rid of the auto-generated #region for implemented interfaces @ Thursday, March 13, 2008 1:30 PM

I HATE this default so much. Every stupid interface gets its own #region in my code file. I wonder who

Anonymous