Visual Studio Plugins

Visual Studio 2010 has a lot of plugins that can make your IDE work easier. First off there is Wordlight. It will highlight all occurrences of some text in your code. Next there is the Color Theme Editor which can modify the color of everything in Visual Studio.

There are some package plugins that give you must bang for your buck. Powercommands is a bunch of tools wrapper into one. Power Tools by Microsoft is also multiple features bundles into one plugin.

Don't count out writing your own extensions to Visual Studio. Be reminded that you can't use these plugins in the free Visual Studio Express version. They work with the other versions of Visual Studio 10 though. Get cracking.