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
Building a Better Notepad with Notepad2.exe
Posted
over 9 years ago
by
Powertoys
15
Comments
I had to add this one since it's making the rounds. The official site for Notepad2 has this to say: The original Notepad shipped with Windows is probably the handiest program of all times, small, fast, without frills! Notepad2 tries to follow this...
Powertoys WebLog
Creating a Help Collection Using the Help Integration Wizard Beta
Posted
over 9 years ago
by
Powertoys
0
Comments
Via Robert I discovered the Help Integration Wizard. From Roberts Post: A team at Microsoft had FINALLY made it dirt-simple to create an integrated VS.NET help collection, without making it ridiculously convoluted, aka the VSHIK. They laughed...
Powertoys WebLog
AssemblyToVisio - Visio 2003 UML diagram generator
Posted
over 9 years ago
by
Powertoys
18
Comments
Sent to me ( Josh ) from one of our Microsoft consultants.... http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=375f1eea-c60c-4cbe-ac12-1335899c6566 AssemblyToVisio - Visio 2003 UML diagram generator This tool fulfills the...
Powertoys WebLog
Add #Region Macro
Posted
over 9 years ago
by
Powertoys
6
Comments
Another macro from Devhawk allows you to quickly add your own regions to code. From his site: http://www.devhawk.net/art_addregion.aspx In order to make it easier to create regions in my code, I wrote this macro. It asks the developer for a region...
Powertoys WebLog
Set IDE to Demo Mode Fonts
Posted
over 9 years ago
by
Powertoys
4
Comments
Via Devhawk comes a macro to set the editor fonts to and from a preset demo mode size and font combo. Private Sub SetEditorFonts( ByVal size As Integer , ByVal family As String , ByVal bold As Boolean ) Dim Props As Properties Props = DTE.Properties(...
Powertoys WebLog
How to Use Macro Code
Posted
over 9 years ago
by
Powertoys
0
Comments
To use the macro code you find here you'll want to copy it to the clipboard and follow these steps. Getting the macro into Visual Studio .Net Open Visual Studio .Net Use the menu to view Tools->Macros->Macro Explorer or Alt-F8 with most...
Powertoys WebLog
Share and Find Code Snippets with CodeSwap
Posted
over 9 years ago
by
Powertoys
19
Comments
UPDATE: Only works with VS 2002. I think this kind of thing is pretty cool. The CodeSwap tool lets you easily share and find code snippets for use right from the VS .Net IDE. I hope they release a version that compliments the new snippet features in...
Powertoys WebLog
Write an Add-In or a Macro and Win!
Posted
over 9 years ago
by
Powertoys
3
Comments
Roy has organized a coding contest challenging you to build and submit the coolest Add-In or Macro you can for Visual Studio. I suggest watching Craig's webcast and getting started! Here is a look at the current prizes for a bit of motivation. [UPDATE...
Powertoys WebLog
Fiddler for HTTP Debugging Issues
Posted
over 9 years ago
by
Powertoys
2
Comments
Another tool found it's way into my inbox today from Eric Lawrence- “ Need to monitor or modify HTTP traffic? Try Fiddler .” From the site: http://www.fiddlertool.com/fiddler/ Fiddler is a HTTP Debugging Proxy which logs all HTTP...
Powertoys WebLog
Code Template Add-In for Code Expansions in VS .NET 2003
Posted
over 9 years ago
by
Powertoys
6
Comments
Eddie sent this one my way for posting. With this Add-In you can define keywords that will be expanded out to the code chunks you've attatched to those keywords. From the site : http://www.codeproject.com/useritems/CodeTemplateNET.asp Code<Template>...
Powertoys WebLog
IL Language Service for VS
Posted
over 9 years ago
by
Powertoys
9
Comments
This package provides syntax highlighting for IL files in the Visual Studio .NET text editor. Its source is also a very simple example of a language service that uses the VSIP Babel library. Note that it doesn't have Intellisense support right now, so...
Powertoys WebLog
ConfigBuilder Visual Studio Custom Code Generation Tool
Posted
over 9 years ago
by
Powertoys
4
Comments
Our first submission comes from John Lewicki. Thanks! From his comments: Some of you may be interested in a tool I recently posted to Workspaces, that is intended to make working with custom configuration sections as painless as possible. Workspace...
Powertoys WebLog
Resource Editor for VS.NET 2003 made with VSIP Extras!
Posted
over 9 years ago
by
Powertoys
4
Comments
Check out this Resource Editor made with the VSIPExtras by Gaston . Features listed from the site include: Integrated on Visual Studio .NET 2003 Edit .resx and .resources files Explore resources in .dll and .exe files, then for example, you...
Powertoys WebLog
Easy File Finder Add-In for VS 2003
Posted
over 9 years ago
by
Powertoys
6
Comments
Until you get to use the swanky new Whidbey UI for navigating your solution you might find this add-in helpfull. JWPayne posted about it first here on the GDN powertoys forum . From his post: VS File Finder creates a new tool window in the IDE that...
Powertoys WebLog
Create C# Code Snippets with Snippy
Posted
over 9 years ago
by
Powertoys
2
Comments
Gus wrote a tool that works with Visual Studio 2005 to create code snippets (aka code expansions). He calls it Snippy . Now I have this image of a smug paper clip offering me some code as I walk by. Josh
Powertoys WebLog
Command Prompt Bar for CMD.EXE Inside the Windows Explorer
Posted
over 9 years ago
by
Powertoys
8
Comments
If you love your command prompt or wondered what life would be like without the “CMDHere.exe” XP Powertoy then you really should check out the Command Prompt Explorer Bar . Now, if I can get Pavel to join the VSCMDShell project I'd be set...
Powertoys WebLog
SlickRun to define "MagicWords" for fast app launching
Posted
over 9 years ago
by
Powertoys
2
Comments
Via Roy I found SlickRun which sets up a semi-transparent textbox on top of my taskbar for me to quickly define and enter shortcut words for launching apps from a command line. Pretty Cool. Josh
Powertoys WebLog
Welcome to the Powertoys Blog
Posted
over 9 years ago
by
Powertoys
0
Comments
In June 2003 Visual Studio team members worked to release the first set of Powertoys for Visual Studio 2003 . There have since been several requests for us to start featuring add-ins, packages, macros, and other tools developed by the community on that...
Powertoys WebLog
Submit a Tool
Posted
over 9 years ago
by
Powertoys
10
Comments
If you have, or know of a tool, that you would like us to talk about on this site feel free to leave a comment here with a link and description for your favorite tool or use the contact form for our blog. We reserve the right not to link to your tool...
Powertoys WebLog
Welcome to the Powertoys Blog
Posted
over 9 years ago
by
Powertoys
2
Comments
In June 2003 Visual Studio team members worked to release the first set of Powertoys for Visual Studio 2003 . There have since been several requests for us to start featuring add-ins, packages, macros, and other tools developed by the community on that...
Powertoys WebLog
The Powertoys Disclaimer
Posted
over 9 years ago
by
Powertoys
0
Comments
These postings are provided "AS IS" with no warranties, and confers no rights. The content and any opinions expressed through this site are the personal opinions of the team members who posted them and do not necessarily represent Microsoft's views in...
Powertoys WebLog
Hello World Test Post
Posted
over 9 years ago
by
Powertoys
0
Comments
This blog will have something to do with http://www.gotdotnet.com/team/ide and the extensibility developer center.
Page 1 of 1 (22 items)