Ok, one other new feature we added was to add intellisense to the immediate window.
The immediate window is a window used to evaluate expressions, much like the VB6 one. When debugging and in break mode, you can open it up from Debug->Windows->Immediate. Then type in the expression you need evaluated and voilà, it returns values. Ok, one of the big changes in Everett was that we added intellisense dropdowns to the immediate window so you could just type for e.g. this. and then get a nice dropdown to see the members on the object. So you don't have to type into the watch window to see evaluations, or mistype into it by mistake.
Which brings me to another feedback point. How important is this to you, Mr. C# Developer? VB.NET was the primary customer for this feature in VS2003 - do you happen to use this also? Anyone? Let us know.