Before I start, just a quick kudos to the VA team. We all love your product over at ArenaNet. ;)
I've noticed a mildly annoying tendency of VA to add suggestions after typing a #region in C# (VS 2008). Whenever I try to type:
#region Private Members
I instead get:
#region Private MemberwiseClone
because of an errant suggestion. I'm wondering why VA bothers to make suggestions in regions based on code. It seems like these should be treated similar to comments, where no suggestions are made.
If it's not possible to stop VA suggestions altogether in #regions, is there a way I can at least prevent this from happening in this particular case?