VS 2003 AutoImplement
Found the coolest VS 2003 feature today. When you type the name of and interface (C#) that a class implements, such as:public class MyClass : MyInterface
You can press TAB and the interface stubs will automatically be added to your class. Nice! No more "sync class view, sync class view, open member lists, right click, select implement interface," just one click and you are done.
Cool! I've got to try this.