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

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