I am currently testing the VS2010 Productivity Power Tools. They are amazing!
Some of the best features (in my opinion) are related to code formating.
For example – spacing:
By pressing ctrl+alt+] on the following code:
this.PartitionKey = userAccount; this.RowKey = username; this.token = token; this.secret = secret;
it became
this.PartitionKey = userAccount; this.RowKey = username; this.token = token; this.secret = secret;