vote up 18 vote down star
1

When user the "Implement Inteface X" context menu feature, the inserted code gets surrounded by a

#region [interfacename] Members
#endregion

pair. I always end up deleting this, is there a way I can permanently turn it off? I had a quick search through the snippets directory, but wasn't sure if this was the right place. There's pp_region.snippet that I guess I could modify, but I got the feeling that would turn off the #region/#endregion completely. I thought I'd ask here before I go doing things that will have me re-installing VS...

flag

67% accept rate
Excellent question! – Andrei Rinea Jan 20 at 22:54

3 Answers

vote up 26 vote down check

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'

link|flag
Good one, thanks! – Brian Rasmussen Jan 20 at 12:03
Thank you, thank you, thank you! Can't tell you how annoying this is! – Dmitri Nesteruk Jan 20 at 17:52
Excellent answer! – Andrei Rinea Jan 20 at 22:55
+1 this thing has been annoying me for ages! – DrJokepu Feb 9 at 15:37
vote up 0 vote down

Brilliant, thanks!

link|flag
This is a comment, not an answer. – Rich B Feb 9 at 17:18
Ah, comment police. Your mother never taught you to say thank you? – endian Feb 10 at 8:55
vote up 0 vote down

Also, if you're using Resharper you can fully configure the layout of your classes so they'll look exactly the way you want. One of the options is to completely remove the region tags whenever it finds any. It's awesome to open any c# project and have it reformatted just by doing [CTRL+E, C]

link|flag
Sorry, but I cannot bear Resharper. One day I'll be able to install it and it won't: remap all my keybindings and refuse to set them back; screw up all the Intellisense and refuse to change it back; make my machine run like a dog and refuse to uninstall. I'm not a fan :-) – endian Jan 21 at 9:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.