During some C#'ing I found that really annoying "feature" which, of course, I blamed first on VAX:
Having this line of code Console.WriteLine(GetSite(s));
I insert m. before the GetSite() call. Now the completion list for the class instance m pops up. Pressing cursor right, the list closes, the cursor moves one char to the right and a pair of brackets is inserted. I end up with Console.WriteLine(m.G()etSite(s));
Turning off VA X reveals that this seems to be a bug in VS.NET
Please, dear WT LADS, could you fix this behaviour? Thanks.