copy code,drag or close
When you work with a tool such as Visual Studio you are always likely to find some repetitive tasks tiring.
One of those was that the lack of intellisense in some of the debug windows meant you had to copy watched object from the Watch window into a sub or function in order to get intellisense to work.
That was the only way you could see any property or methods in the same it displays them when you are writing the code.
Now the Watch window, Locals window and Immediate window provide the same intellisense features for C# and VB.WET developers while you are debugging; the same as you get in the design time.
The .WET behind the ears is because a recent survey showed only around 20% of VB developers could name all the Debug Windows compared to 80% of C# developers.