Sign in
Powertoys WebLog
Enhancing Developer Productivity One Tool at a Time
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
_Add-Ins for VS
_Macros for VS
_Productivity Tools (Non-VS)
_VSIP Packages for VS
Code Profiling, Generation, Optimizing
Collaboration Tools
Debugging Tools
Deployment Tools
Design and Modeling Tools
Freeware/Donationware
From MS Team Member
Pages
Powertoys News
Purchase Required (May have free Demo)
Source / Document Control
Source Code Provided
Testing Tools
VS 2002
VS 2003
VS 2005
VS 6.0
Archive
Archives
August 2006
(1)
May 2006
(1)
March 2006
(4)
January 2006
(2)
December 2005
(2)
November 2005
(4)
October 2005
(3)
September 2005
(1)
August 2005
(3)
July 2005
(1)
May 2005
(4)
April 2005
(3)
March 2005
(4)
February 2005
(4)
January 2005
(6)
December 2004
(5)
November 2004
(12)
October 2004
(6)
September 2004
(8)
August 2004
(3)
July 2004
(9)
June 2004
(13)
May 2004
(17)
April 2004
(22)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Powertoys WebLog
Xaml Viewer for Whidbey
Posted
over 9 years ago
by
Powertoys
0
Comments
Gaston Milano posted a VSIP based Xaml viewer for Whidbey . "Features: Right click in xaml files to call to the viewer. Switch from viewer to associated file Show errors in output window and task list, so you can go to the line with double click. Call...
Powertoys WebLog
VBCommenter for XML Comment Generation in VS .Net 2003
Posted
over 9 years ago
by
Powertoys
5
Comments
A personal entry for me. Today I reached the end of my intended roadmap and released version 1.2 of the VBCommenter addin . The VBCommenter is an addin for VS 2003 that gives you the ability to automatically generate XML comment headers in the VB .NET...
Powertoys WebLog
Guidelines – a hidden feature for the Visual Studio Editor
Posted
over 9 years ago
by
Powertoys
0
Comments
By popular request ... Guidelines are visible column indicators for the VS Editor. For more info on how to enable them, check out http://blogs.msdn.com/saraford/archive/2004/11/15/257953.aspx Note: I've spent lots of cycles testing these on Visual Studio...
Powertoys WebLog
Beyond Google... Koders.com - Open Source Code Search Engine
Posted
over 9 years ago
by
Powertoys
4
Comments
Found Via DotNetBoy ... www.koders.com - Open Source Code Search Engine You'll want to be careful about how you leverage the results you get in any project, but I love the concept. Google for code that searches nothing but code. I entered "RSS" and searched...
Powertoys WebLog
PowerTrack 2004 for Project Management inside Visual Studio.NET
Posted
over 9 years ago
by
Powertoys
0
Comments
Official Site: http://www.axosoft.com/products/powertrack.aspx Official Line: "This Must-Have Add-In for Visual Studio.NET 2002/2003 gives software developers the ability to track projects, defects and features without ever leaving the Visual Studio IDE...
Powertoys WebLog
Add-in Express: Make Office Add-in Development Easier
Posted
over 9 years ago
by
Powertoys
0
Comments
This looks pretty cool - Josh Web Site: http://www.add-in-express.com Quick Description: " Add-in Express is completely based on the rapid application development paradigm, installs several .NET or VCL components, and adds to IDE several wizards. The...
Powertoys WebLog
Zanebug: Unit Testing With Cool Perf Analysis
Posted
over 9 years ago
by
Powertoys
1
Comments
Via Adapdev.com: Zanebug is an advanced unit testing application for .NET. It supports existing NUnit tests, performance metrics, multiple test iterations, in-depth error information, pass / fail stats, perfmon integration, result graphing, etc. Web Site...
Powertoys WebLog
VS Addin for Managing Version Information
Posted
over 9 years ago
by
Powertoys
1
Comments
Via Matt Hawley : "I was reading this weeks Code Project newsletter, when I came across an updated article named Versioning Controlled Build . The description so eloquently puts it: "A Visual Studio add-in that automates AssemblyVersion control." One...
Powertoys WebLog
Make Code Comments Pretty with CommentReflower
Posted
over 9 years ago
by
Powertoys
6
Comments
Ian wrote a cool VS 2003 plugin that makes comments in code more readable. From the Site: "Comment Reflower is a Visual Studio .NET 2003 Plugin to reflow the text in comments in source files to have even word wrapping. It does more than simply just wrapping...
Powertoys WebLog
NUnit & VS Integration Macro (Via Rido)
Posted
over 9 years ago
by
Powertoys
3
Comments
Rido sent me mail about this macro this morning. "I've written a macro that sets the project configuration options to a NUnit Test project, so you can debug without "Attach to a process". I think you could add it to your Macro list: " Check it out: http...
Powertoys WebLog
CopySourceAsHTML: Get Code into HTML without Word from the Editor
Posted
over 9 years ago
by
Powertoys
6
Comments
Earlier this month I let you know about a macro that converts code to HTML for use on web pages or blog posts. Since then Colin sent me a link to his "Wordless" tool for accomplishing the same thing . The users reviews for Colin's tool are pretty positive...
Powertoys WebLog
Add all of Safari’s book Content to your Help in VS 2005
Posted
over 9 years ago
by
Powertoys
3
Comments
The Quote: Safari’s Visual Studio Help Integration (VSHI) tool lets you search across Safari’s online repository of over 2000 technical titles to find exactly the example or code fragment you need to answer the question at hand. Best of all, these results...
Powertoys WebLog
SharpTools Extensible VS Add-In with Plug-in style SDK
Posted
over 9 years ago
by
Powertoys
0
Comments
If you've ever created an add-in for Visual Studio .Net you know that, for first timers, the "COMness" of generated template code and our Extensibility model can be a steep learning curve. Recently, Jon Schwarts sent me highlighting their SharpTools add...
Powertoys WebLog
VB.NET Class Builder Utility 1.0
Posted
over 9 years ago
by
Powertoys
7
Comments
Sure... I think the Whidbey Class Designer rocks. But you don't have Whidbey today, so you might be interested in a class building utility like this one from Mod2Software . Check it out here: http://www.mod2software.com/ProductPages/cbu.htm "This program...
Powertoys WebLog
Simple Macro for Formatting Code to HTML from within VS 2003
Posted
over 9 years ago
by
Powertoys
6
Comments
Via .Avery : " Code -> HTML in VS.NET - Cory comes up with a cool macro to send your code to word then back to your clipboard. Quick HTML formatting for your code." It's been a while since we've posted an interesting Macro to the Powertoys blog. This...
Powertoys WebLog
Write and Execute C# Files from the Command Line with C# Script Executor
Posted
over 9 years ago
by
Powertoys
3
Comments
I'll admit... I've never been a scripting junkie. I've only dabbled in perl. Even if it takes me twenty more lines of code I will struggle to put out a C# version of what I'm after. If you are like me, then this tool will probably sound good to you. From...
Powertoys WebLog
Spell Checking your Source Code
Posted
over 9 years ago
by
Powertoys
3
Comments
I’m going to try something new today… a pseudo review/comparison of two similar add-ins that people recently mailed me. Please let me know if you are interested in this style more in the future or if it was even helpful. I’ll remind readers of this blog...
Powertoys WebLog
Notepad++ Another Fast Notepad replacement with syntax highlighting
Posted
over 9 years ago
by
Powertoys
15
Comments
We covered Notepad2.exe before, but Don sent me his " NotePad++ " application to try. The main differences I've seen between the two is that notepad2 seems to launch a little faster on my machine, but notepad++ supports a multiple document tabbed interface...
Powertoys WebLog
WsContractFirst Add-In for improved “Contract First” Web services development
Posted
over 9 years ago
by
Powertoys
3
Comments
Christian, an RD from thinktecture sent us mail about thier WSContractFirst Add-In . From the Add-In Description : http://www.thinktecture.com/resources/software/wscontractfirst/default.html "Maybe some of you know that I am a big believer in contract...
Powertoys WebLog
Unleash It for file deployment hits Version 2.0
Posted
over 9 years ago
by
Powertoys
1
Comments
I blogged about the 1.0 release of this tool that was called " WebDeploy ". Well, it's grown up a lot with a 2.0 version. Matt has been doing a great job of taking in a TON of user feedback and even ran a contest for people to rebrand it . Good Times...
Powertoys WebLog
Verify Web Site Accessibility with the Web Accessibility Toolbar
Posted
over 9 years ago
by
Powertoys
1
Comments
Via Roberdan : http://www.nils.org.au/ais/web/resources/toolbar/ The Web Accessibility Toolbar is provided by the Accessible Information Solutions (AIS) team at the National Information and Library Service (NILS), Australia . Please read the Terms of...
Powertoys WebLog
DPack Free Add-In Collection (Code/File/Framework Browsing, Bookmarking, Surround With, and Code Nav)
Posted
over 9 years ago
by
Powertoys
3
Comments
Out of the mailbag Sergey, from Usysware, sent along this collection of free add-ins for your downloading pleasure. * Code Browser add-in - dialog based file/project member browser * File Browser add-in - dialog based solution file browser * Framework...
Powertoys WebLog
Special QuickWatch for a DataSet Add-In (A glimpse into the Visualizer Future)
Posted
over 9 years ago
by
Powertoys
2
Comments
Another one I found Via Roy . Mohammed developed, what is essentially, a visualizer you can use with VS 2003 today to get a view of items in a dataset while you are debugging. Enjoy! The web site: http://www.codeproject.com/csharp/DSWatch.asp
Powertoys WebLog
FinalBuilder for Automated Software Builds Now
Posted
over 9 years ago
by
Powertoys
4
Comments
Sure, in Whidbey you'll have the all powerfull MSbuild solution, but FinalBuilder looks like a pretty cool solution you can use today. Roy likes it . :-) From the Web Site: http://www.atozedsoftware.com/finalbuilder/ Software projects are inherently complex...
Powertoys WebLog
Regions Add-In for VS.NET 2003
Posted
over 9 years ago
by
Powertoys
4
Comments
I found this one submitted as an entry to the contest . It's simple, does just what it says it will do, and makes organizing larger code files with regions a whole lot easier. I was doing this recently with the VSCmdShell project and this add-in save...
Page 3 of 6 (138 items)
1
2
3
4
5
»