VS2005 Tips and Tricks

I've just seen a nice little article detailing some tips and tricks for Visual Studio 2005:

  Visual Studio 2005 IDE Tips and Tricks

I especially like the Team Settings bit. This shows how you can distribute code formatting rules across your team to ensure that VS is formatting everyone's code in the same way - presumably to your coding standards :-). If you haven't looked into all the formatting options that VS offers, select Tools | Options and you should see the following dialog.

Open the tree to Text Editor | <your language of choice> | Formatting and have a rummage around.

Well worth a read.

Neil.