Hey,
One of some nice features from VS 2005 are the stub generation and intellisense.
If I choose to implement my class from an interface/abstract class, I can right click and choose "Implement Abstarct Class" and all the stubs are generated. It's nice, but my problem is no matter how well I name my methods in the interface, I always forget this or that during implementation. Is there a way I can set up my project so that when I choose to have stubs generated, comments for all mothods are also generated?
Also, I'd like to know how i can customize my intellisense tooltips for the methods I write.
Anyone can point me to the right direction?
Debugger is my best friend.