I have been using Visual Studio 2005 and 2008 for a long time now, but now I'm consulting somewhere that has all ASP.NET 1.1 apps, so I need to use Visual Studio 2003.
Can anyone recommend some good add-ins, settings, general tips, etc when using VS2003 to make it a little more like...well...VS2008?
Note: I've heard about MSBee, but VS2005/8 is not an option. Also note that I have installed ReSharper for Vs2003 already.
Update: Some specifc things I like about 2005/2008 that aren't present in 2003 (at least as far as I can tell):
- Intellisense doesn't popup immediately...i.e. I have to type "this." or "SomeNamespace." before I get any intellisense
- Little things like when I type in runat=" and then intellisense gives me server, but doesn't give me the closing quote. There are a lot of little frustrations like that.
- I don't use the "designer", so it's annoying to have to type in all the protected properties for the controls. It would be nice if that was done automatically somehow.
Just stuff like that, or any other hints/tricks that I haven't thought of...? Sorry if this is a bit vague.