Skip to content

Tag Archives: plugin

TFS – Free Text search in History Objects

29-May-07

It’s a best practice to add comment when you do check-in to the source control. A text comment is associated with the change you made to the item. Some of the times you need to find a particular comment, but the View History tool available with Visual Studio/TFS is limited that you can’t make a [...]

Useful add-ons (plugins) for Visual Studio 2005

18-Mar-07

Extensibility of Visual Studio 2005 made developers to write custom tools, aka plugins, making your everyday tasks simpler. Here are few must have tools:

Visual Studio Add-Ins Every Developer Should Download Now, SmartPaster is very handful
Create a Debugger Visualizer in 10 Lines of Code: Explains writing debug visualizer. If you [...]