And how they help you improve your programming ? Could they be integrated in IDE and if yes how ?
Edit: Thanks to altCognito There has been almost duplicate question before named: What's in Your Utility Tookit**. "Allmost" since the listings there do not provide short explanations of what exactly each tool does Edit: If this question stays and you want to add a new tool please please according tool's popularity
A simple tool listing
- grep for powerful text searching
- ArsClip - it remembers the last n amount of entries in the ClipBoard. The shortcut combination Ctrl + Shift + Z , 2 gives you the second last copied text ( or object ) from the Windows Clipboard. Never heard of it being somehow used within VS , neither have I missed such an integration ...
- Process Explorer - for killing unwanted processes ( VS Online Help for example ) + vast grip of overall system info on Windows
- Paint.NET - use this often for writing or tweaking graphics (Visual Studio provides little in the way of decent graphics editing). Paint.NET is great for making transparent PNGs or GIFs - click the "Magic wand" tool to select the area you want to make transparent, and then hit Delete
You could find a broader list on my blog ...