<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>PowerCommands Wiki Rss Feed</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home</link><description>PowerCommands Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
PowerCommands 1.1
&lt;/h2&gt;PowerCommands 1.1 is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various areas of the IDE. The source code is included and requires the VS SDK for VS 2008 to allow modification of functionality or as a reference to create additional custom PowerCommand extensions. Visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information about extending Visual Studio.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;The Releases page contains download files (MSI installation file, readme document, and source code project).&lt;/b&gt;&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=PowerCommands&amp;amp;DownloadId=955" alt="PowerCommands.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.1. Refer to the Readme document for additional command details and screenshots.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Enable/Disable PowerCommands in Options dialog&lt;/b&gt;&lt;br /&gt;This feature allows you to select which commands to enable in the Visual Studio IDE.  Point to the Tools menu, then click Options.  Expand the PowerCommands options, then click Commands.  Check the commands you would like to enable.&lt;br /&gt;Note: All power commands are initially defaulted Enabled.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Format document on save / Remove and Sort Usings on save&lt;/b&gt;&lt;br /&gt;The Format document on save option formats the tabs, spaces, and so on of the document being saved.   It is equivalent to pointing to the Edit menu, clicking Advanced, and then clicking Format Document. The Remove and sort usings option removes unused using statements and sorts the remaining using statements in the document being saved.&lt;br /&gt;Note: The Remove and sort usings option is only available for C# documents.&lt;br /&gt;Note:  Format document on save and Remove and sort usings both are initially defaulted OFF.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear All Panes&lt;/b&gt;&lt;br /&gt;This command clears all output panes. It can be executed from the button on the toolbar of the Output window.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Path&lt;/b&gt;&lt;br /&gt;This command copies the full path of the currently selected item to the clipboard. It can be executed by right-clicking one of these nodes in the Solution Explorer:&lt;br /&gt;The solution node; A project node; Any project item node; Any folder. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Email CodeSnippet&lt;/b&gt;&lt;br /&gt;To email the lines of text you select in the code editor, right-click anywhere in the editor and then click Email CodeSnippet. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Insert Guid Attribute&lt;/b&gt;&lt;br /&gt;This command adds a Guid attribute to a selected class.  From the code editor, right-click anywhere within the class definition, then click Insert Guid Attribute.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Show All Files&lt;/b&gt;&lt;br /&gt;This command shows the hidden files in all projects displayed in the Solution Explorer when the solution node is selected.  It enhances the Show All Files button, which normally shows only the hidden files in the selected project  node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Undo Close&lt;/b&gt;&lt;br /&gt;This command reopens a closed document , returning the cursor to its last position.  To reopen the most recently closed document, point to the Edit menu, then click Undo Close.  Alternately, you can use the Ctrl&lt;u&gt;Shift&lt;/u&gt;Z shortcut.&lt;br /&gt;To reopen any other recently closed document, point to the View menu, click Other Windows, and then click Undo Close Window.  The Undo Close window appears, typically next to the Output window. Double-click any document in the list to reopen it.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br /&gt;This command collapses a project or projects in the Solution Explorer starting from the root selected node. Collapsing a project can increase the readability of the solution.  This command can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br /&gt;This command copies a selected class entire content to the clipboard, renaming the class. This command is normally followed by a Paste Class command, which renames the class to avoid a compilation error. It can be executed from a single project item or a project item with dependent sub items.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br /&gt;This command pastes a class entire content from the clipboard, renaming the class to avoid a compilation error. This command is normally preceded by a Copy Class command.  It can be executed from a project or folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It combines the existing Unload Project and Edit Project commands. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br /&gt;This command unloads all projects in a solution. This can be useful in MSBuild scenarios when multiple projects are being edited.  This command can be executed from the solution node. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br /&gt;This command removes and sort using statements for all classes given a project. It is useful, for example, in removing or organizing the using statements generated by a wizard.  This command can be executed from a solution node or a single project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br /&gt;This command creates a constant definition statement for a selected text. Extracting a constant effectively names a literal value, which can improve readability. This command can be executed from the code editor by right-clicking selected text.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent file list.  The Clear Recent File List command brings up a Clear File dialog which allows any or all recent files to be selected.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent project list. The Clear Recent Project List command brings up a Clear File dialog which allows any or all recent projects to be selected.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br /&gt;This command executes a custom tool with associated text templates items. It can be executed from a DSL project node or a DSL folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Sat, 12 Apr 2008 04:54:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080412A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
PowerCommands 1.1
&lt;/h2&gt;PowerCommands 1.1 is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various areas of the IDE. The source code is included and requires the VS SDK for VS 2008 to allow modification of functionality or as a reference to create additional custom PowerCommand extensions. Visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information about extending Visual Studio.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;The Releases page contains download files (MSI installation file, readme document, and source code project).&lt;/b&gt;&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=PowerCommands&amp;amp;DownloadId=955" alt="PowerCommands.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.10. Refer to the Readme document for additional command details and screenshots.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Enable/Disable PowerCommands in Options dialog&lt;/b&gt;&lt;br /&gt;This feature allows you to select which commands to enable in the Visual Studio IDE.  Point to the Tools menu, then click Options.  Expand the PowerCommands options, then click Commands.  Check the commands you would like to enable.&lt;br /&gt;Note: All power commands are initially defaulted Enabled.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Format document on save / Remove and Sort Usings on save&lt;/b&gt;&lt;br /&gt;The Format document on save option formats the tabs, spaces, and so on of the document being saved.   It is equivalent to pointing to the Edit menu, clicking Advanced, and then clicking Format Document. The Remove and sort usings option removes unused using statements and sorts the remaining using statements in the document being saved.&lt;br /&gt;Note: The Remove and sort usings option is only available for C# documents.&lt;br /&gt;Note:  Format document on save and Remove and sort usings both are initially defaulted OFF.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear All Panes&lt;/b&gt;&lt;br /&gt;This command clears all output panes. It can be executed from the button on the toolbar of the Output window.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Path&lt;/b&gt;&lt;br /&gt;This command copies the full path of the currently selected item to the clipboard. It can be executed by right-clicking one of these nodes in the Solution Explorer:&lt;br /&gt;The solution node; A project node; Any project item node; Any folder. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Email CodeSnippet&lt;/b&gt;&lt;br /&gt;To email the lines of text you select in the code editor, right-click anywhere in the editor and then click Email CodeSnippet. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Insert Guid Attribute&lt;/b&gt;&lt;br /&gt;This command adds a Guid attribute to a selected class.  From the code editor, right-click anywhere within the class definition, then click Insert Guid Attribute.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Show All Files&lt;/b&gt;&lt;br /&gt;This command shows the hidden files in all projects displayed in the Solution Explorer when the solution node is selected.  It enhances the Show All Files button, which normally shows only the hidden files in the selected project  node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Undo Close&lt;/b&gt;&lt;br /&gt;This command reopens a closed document , returning the cursor to its last position.  To reopen the most recently closed document, point to the Edit menu, then click Undo Close.  Alternately, you can use the Ctrl&lt;u&gt;Shift&lt;/u&gt;Z shortcut.&lt;br /&gt;To reopen any other recently closed document, point to the View menu, click Other Windows, and then click Undo Close Window.  The Undo Close window appears, typically next to the Output window. Double-click any document in the list to reopen it.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br /&gt;This command collapses a project or projects in the Solution Explorer starting from the root selected node. Collapsing a project can increase the readability of the solution.  This command can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br /&gt;This command copies a selected class entire content to the clipboard, renaming the class. This command is normally followed by a Paste Class command, which renames the class to avoid a compilation error. It can be executed from a single project item or a project item with dependent sub items.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br /&gt;This command pastes a class entire content from the clipboard, renaming the class to avoid a compilation error. This command is normally preceded by a Copy Class command.  It can be executed from a project or folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It combines the existing Unload Project and Edit Project commands. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br /&gt;This command unloads all projects in a solution. This can be useful in MSBuild scenarios when multiple projects are being edited.  This command can be executed from the solution node. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br /&gt;This command removes and sort using statements for all classes given a project. It is useful, for example, in removing or organizing the using statements generated by a wizard.  This command can be executed from a solution node or a single project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br /&gt;This command creates a constant definition statement for a selected text. Extracting a constant effectively names a literal value, which can improve readability. This command can be executed from the code editor by right-clicking selected text.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent file list.  The Clear Recent File List command brings up a Clear File dialog which allows any or all recent files to be selected.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent project list. The Clear Recent Project List command brings up a Clear File dialog which allows any or all recent projects to be selected.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br /&gt;This command executes a custom tool with associated text templates items. It can be executed from a DSL project node or a DSL folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Sat, 12 Apr 2008 04:53:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080412A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
PowerCommands 1.1
&lt;/h2&gt; &lt;br /&gt;PowerCommands 1.1 is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various areas of the IDE. The source code is included and requires the VS SDK for VS 2008 to allow modification of functionality or as a reference to create additional custom PowerCommand extensions. Visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information about extending Visual Studio.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;The Releases page contains download files (MSI installation file, readme document, and source code project).&lt;/b&gt;&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=PowerCommands&amp;amp;DownloadId=955" alt="PowerCommands.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.10. Refer to the Readme document for additional command details and screenshots.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Enable/Disable PowerCommands in Options dialog&lt;/b&gt;&lt;br /&gt;This feature allows you to select which commands to enable in the Visual Studio IDE.  Point to the Tools menu, then click Options.  Expand the PowerCommands options, then click Commands.  Check the commands you would like to enable.&lt;br /&gt;Note: All power commands are initially defaulted Enabled.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Format document on save / Remove and Sort Usings on save&lt;/b&gt;&lt;br /&gt;The Format document on save option formats the tabs, spaces, and so on of the document being saved.   It is equivalent to pointing to the Edit menu, clicking Advanced, and then clicking Format Document. The Remove and sort usings option removes unused using statements and sorts the remaining using statements in the document being saved.&lt;br /&gt;Note: The Remove and sort usings option is only available for C# documents.&lt;br /&gt;Note:  Format document on save and Remove and sort usings both are initially defaulted OFF.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear All Panes&lt;/b&gt;&lt;br /&gt;This command clears all output panes. It can be executed from the button on the toolbar of the Output window.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Path&lt;/b&gt;&lt;br /&gt;This command copies the full path of the currently selected item to the clipboard. It can be executed by right-clicking one of these nodes in the Solution Explorer:&lt;br /&gt;The solution node; A project node; Any project item node; Any folder. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Email CodeSnippet&lt;/b&gt;&lt;br /&gt;To email the lines of text you select in the code editor, right-click anywhere in the editor and then click Email CodeSnippet. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Insert Guid Attribute&lt;/b&gt;&lt;br /&gt;This command adds a Guid attribute to a selected class.  From the code editor, right-click anywhere within the class definition, then click Insert Guid Attribute.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Show All Files&lt;/b&gt;&lt;br /&gt;This command shows the hidden files in all projects displayed in the Solution Explorer when the solution node is selected.  It enhances the Show All Files button, which normally shows only the hidden files in the selected project  node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Undo Close&lt;/b&gt;&lt;br /&gt;This command reopens a closed document , returning the cursor to its last position.  To reopen the most recently closed document, point to the Edit menu, then click Undo Close.  Alternately, you can use the Ctrl&lt;u&gt;Shift&lt;/u&gt;Z shortcut.&lt;br /&gt;To reopen any other recently closed document, point to the View menu, click Other Windows, and then click Undo Close Window.  The Undo Close window appears, typically next to the Output window. Double-click any document in the list to reopen it.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br /&gt;This command collapses a project or projects in the Solution Explorer starting from the root selected node. Collapsing a project can increase the readability of the solution.  This command can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br /&gt;This command copies a selected class entire content to the clipboard, renaming the class. This command is normally followed by a Paste Class command, which renames the class to avoid a compilation error. It can be executed from a single project item or a project item with dependent sub items.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br /&gt;This command pastes a class entire content from the clipboard, renaming the class to avoid a compilation error. This command is normally preceded by a Copy Class command.  It can be executed from a project or folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It combines the existing Unload Project and Edit Project commands. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br /&gt;This command unloads all projects in a solution. This can be useful in MSBuild scenarios when multiple projects are being edited.  This command can be executed from the solution node. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br /&gt;This command removes and sort using statements for all classes given a project. It is useful, for example, in removing or organizing the using statements generated by a wizard.  This command can be executed from a solution node or a single project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br /&gt;This command creates a constant definition statement for a selected text. Extracting a constant effectively names a literal value, which can improve readability. This command can be executed from the code editor by right-clicking selected text.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent file list.  The Clear Recent File List command brings up a Clear File dialog which allows any or all recent files to be selected.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent project list. The Clear Recent Project List command brings up a Clear File dialog which allows any or all recent projects to be selected.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br /&gt;This command executes a custom tool with associated text templates items. It can be executed from a DSL project node or a DSL folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Fri, 11 Apr 2008 23:25:33 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080411P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;i&gt;&lt;b&gt;Version 1.1 of PowerCommands will be posted here later today with new features, check back soon.&lt;/b&gt;&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;PowerCommands is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various areas of the IDE. The source code is included and requires the VS SDK for VS 2008 to allow modification of functionality or as a reference to create additional custom PowerCommand extensions. Visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information about extending Visual Studio.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;The Releases page contains download files (MSI installation file, readme document, and source code project).&lt;/b&gt;&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=PowerCommands&amp;amp;DownloadId=955" alt="PowerCommands.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.0. Refer to the Readme document which includes many additional screenshots.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br /&gt;This command collapses a project or projects in the Solution Explorer starting from the root selected node. Collapsing a project can increase the readability of the solution.  This command can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br /&gt;This command copies a selected class entire content to the clipboard, renaming the class. This command is normally followed by a Paste Class command, which renames the class to avoid a compilation error. It can be executed from a single project item or a project item with dependent sub items.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br /&gt;This command pastes a class entire content from the clipboard, renaming the class to avoid a compilation error. This command is normally preceded by a Copy Class command.  It can be executed from a project or folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It combines the existing Unload Project and Edit Project commands. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br /&gt;This command unloads all projects in a solution. This can be useful in MSBuild scenarios when multiple projects are being edited.  This command can be executed from the solution node. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br /&gt;This command removes and sort using statements for all classes given a project. It is useful, for example, in removing or organizing the using statements generated by a wizard.  This command can be executed from a solution node or a single project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br /&gt;This command creates a constant definition statement for a selected text. Extracting a constant effectively names a literal value, which can improve readability. This command can be executed from the code editor by right-clicking selected text.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent file list.  The Clear Recent File List command brings up a Clear File dialog which allows any or all recent files to be selected.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent project list. The Clear Recent Project List command brings up a Clear File dialog which allows any or all recent projects to be selected.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br /&gt;This command executes a custom tool with associated text templates items. It can be executed from a DSL project node or a DSL folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Fri, 11 Apr 2008 22:02:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080411P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
PowerCommands is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various areas of the IDE. The source code is included and requires the VS SDK for VS 2008 to allow modification of functionality or as a reference to create additional custom PowerCommand extensions. Visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information about extending Visual Studio.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;The Releases page contains download files (MSI installation file, readme document, and source code project).&lt;/b&gt;&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=PowerCommands&amp;amp;DownloadId=955" alt="PowerCommands.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.0. Refer to the Readme document which includes many additional screenshots.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br /&gt;This command collapses a project or projects in the Solution Explorer starting from the root selected node. Collapsing a project can increase the readability of the solution.  This command can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br /&gt;This command copies a selected class entire content to the clipboard, renaming the class. This command is normally followed by a Paste Class command, which renames the class to avoid a compilation error. It can be executed from a single project item or a project item with dependent sub items.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br /&gt;This command pastes a class entire content from the clipboard, renaming the class to avoid a compilation error. This command is normally preceded by a Copy Class command.  It can be executed from a project or folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It combines the existing Unload Project and Edit Project commands. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br /&gt;This command unloads all projects in a solution. This can be useful in MSBuild scenarios when multiple projects are being edited.  This command can be executed from the solution node. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br /&gt;This command removes and sort using statements for all classes given a project. It is useful, for example, in removing or organizing the using statements generated by a wizard.  This command can be executed from a solution node or a single project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br /&gt;This command creates a constant definition statement for a selected text. Extracting a constant effectively names a literal value, which can improve readability. This command can be executed from the code editor by right-clicking selected text.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent file list.  The Clear Recent File List command brings up a Clear File dialog which allows any or all recent files to be selected.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent project list. The Clear Recent Project List command brings up a Clear File dialog which allows any or all recent projects to be selected.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br /&gt;This command executes a custom tool with associated text templates items. It can be executed from a DSL project node or a DSL folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Fri, 11 Apr 2008 03:10:33 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080411A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
PowerCommands is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various areas of the IDE. The source code is included and requires the VS SDK for VS 2008 to allow modification of functionality or as a reference to create additional custom PowerCommand extensions. Visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information about extending Visual Studio.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;The Releases page contains download files (MSI installation file, readme document, and source code project).&lt;/b&gt;&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=PowerCommands&amp;amp;DownloadId=955" alt="PowerCommands.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.0. Refer to the Readme document which includes many additional screenshots.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br /&gt;This command collapses a project or projects in the Solution Explorer starting from the root selected node. Collapsing a project can increase the readability of the solution.  This command can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br /&gt;This command copies a selected class entire content to the clipboard, renaming the class. This command is normally followed by a Paste Class command, which renames the class to avoid a compilation error. It can be executed from a single project item or a project item with dependent sub items.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br /&gt;This command pastes a class entire content from the clipboard, renaming the class to avoid a compilation error. This command is normally preceded by a Copy Class command.  It can be executed from a project or folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It combines the existing Unload Project and Edit Project commands. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br /&gt;This command unloads all projects in a solution. This can be useful in MSBuild scenarios when multiple projects are being edited.  This command can be executed from the solution node. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br /&gt;This command removes and sort using statements for all classes given a project. It is useful, for example, in removing or organizing the using statements generated by a wizard.  This command can be executed from a solution node or a single project node.&lt;br /&gt;Note: The Remove and Sort Usings feature is only available for C# projects since the C# editor implements this feature as a command in the C# editor (which this command calls for each .cs file in the project).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br /&gt;This command creates a constant definition statement for a selected text. Extracting a constant effectively names a literal value, which can improve readability. This command can be executed from the code editor by right-clicking selected text.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent file list.  The Clear Recent File List command brings up a Clear File dialog which allows any or all recent files to be selected.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent project list. The Clear Recent Project List command brings up a Clear File dialog which allows any or all recent projects to be selected.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br /&gt;This command executes a custom tool with associated text templates items. It can be executed from a DSL project node or a DSL folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Tue, 11 Mar 2008 21:07:02 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080311P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
PowerCommands is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various areas of the IDE. The source code is included and requires the VS SDK for VS 2008 to allow modification of functionality or as a reference to create additional custom PowerCommand extensions. Visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information about extending Visual Studio.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;The Releases page contains download files (MSI installation file, readme document, and source code project).&lt;/b&gt;&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=PowerCommands&amp;amp;DownloadId=955" alt="PowerCommands.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.0. Refer to the Readme document which includes many additional screenshots.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br /&gt;This command collapses a hierarchy in the solution explorer starting from the root selected node. It can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br /&gt;This command copies a selected class entire content to the clipboard. It can be executed from a single project item or a project item with dependent sub items.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br /&gt;This command pastes a class entire content from the clipboard. It can be executed from a project or folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br /&gt;This command unloads all projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br /&gt;This command removes and sort using statements for all classes given a project. It can be executed from a solution node or a single project node.&lt;br /&gt;Note: The Remove and Sort Usings feature is only available for C# projects since the C# editor implements this feature as a command in the C# editor (which this command calls for each .cs file in the project). The Visual Basic IDE implements this functionality for Imports in an interactive way: Project properties, go to the References tab, then click the Unused References... button, then select which references you want removed via a listbox.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br /&gt;This command creates a constant definition statement for a selected text. It can be executed from the code window over a selected text.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent file list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent project list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br /&gt;This command executes the associated custom tool with text templates items. It can be executed from a DSL project node or a folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Sat, 01 Mar 2008 05:41:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080301A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
PowerCommands is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various ares of the IDE. The source code is included and requires the VS SDK for VS 2008 to allow modification of functionality or as a reference to create additional custom PowerCommand extensions. Visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information about extending Visual Studio.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;The Releases page contains download files (MSI installation file, readme document, and source code project).&lt;/b&gt;&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[file:PowerCommands.msi]&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[file:PowerCommands Readme.docx]&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[file:PowerCommandsSource.zip]&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=PowerCommands&amp;amp;DownloadId=955" alt="PowerCommands.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.0. Refer to the Readme document for additional details including many screenshots.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br /&gt;This command collapses a hierarchy in the solution explorer starting from the root selected node. It can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br /&gt;This command copies a selected class entire content to the clipboard. It can be executed from a single project item or a project item with dependent sub items.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br /&gt;This command pastes a class entire content from the clipboard. It can be executed from a project or folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br /&gt;This command unloads all projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br /&gt;This command removes and sort using statements for all classes given a project. It can be executed from a solution node or a single project node.&lt;br /&gt;Note: The Remove and Sort Usings feature is only available for C# projects since the C# editor implements this feature as a command in the C# editor (which this command calls for each .cs file in the project). The Visual Basic IDE implements this functionality for Imports in an interactive way: Project properties, go to the References tab, then click the Unused References... button, then select which references you want removed via a listbox.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br /&gt;This command creates a constant definition statement for a selected text. It can be executed from the code window over a selected text.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent file list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent project list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br /&gt;This command executes the associated custom tool with text templates items. It can be executed from a DSL project node or a folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Sat, 01 Mar 2008 05:39:37 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080301A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
The Releases page contains download files (MSI installation file, readme document, and source code project).&lt;br /&gt; &lt;br /&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.0. Refer to the Readme document for additional details including many screenshots.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br /&gt;This command collapses a hierarchy in the solution explorer starting from the root selected node. It can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br /&gt;This command copies a selected class entire content to the clipboard. It can be executed from a single project item or a project item with dependent sub items.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br /&gt;This command pastes a class entire content from the clipboard. It can be executed from a project or folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br /&gt;This command unloads all projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br /&gt;This command removes and sort using statements for all classes given a project. It can be executed from a solution node or a single project node.&lt;br /&gt;Note: The Remove and Sort Usings feature is only available for C# projects since the C# editor implements this feature as a command in the C# editor (which this command calls for each .cs file in the project). The Visual Basic IDE implements this functionality for Imports in an interactive way: Project properties, go to the References tab, then click the Unused References... button, then select which references you want removed via a listbox.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br /&gt;This command creates a constant definition statement for a selected text. It can be executed from the code window over a selected text.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent file list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent project list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br /&gt;This command executes the associated custom tool with text templates items. It can be executed from a DSL project node or a folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Sat, 01 Mar 2008 05:23:35 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080301A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
!!PowerCommands for Visual Studio 2008&lt;br /&gt;!!Version 1.0&lt;br /&gt; &lt;br /&gt;Features provided by PowerCommands for Visual Studio 2008 version 1.0. Refer to the Readme document for additional details including many screenshots.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br /&gt;This command collapses a hierarchy in the solution explorer starting from the root selected node. It can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br /&gt;This command copies a selected class entire content to the clipboard. It can be executed from a single project item or a project item with dependent sub items.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br /&gt;This command pastes a class entire content from the clipboard. It can be executed from a project or folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br /&gt;This command unloads all projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br /&gt;This command removes and sort using statements for all classes given a project. It can be executed from a solution node or a single project node.&lt;br /&gt;Note: The Remove and Sort Usings feature is only available for C# projects since the C# editor implements this feature as a command in the C# editor (which this command calls for each .cs file in the project). The Visual Basic IDE implements this functionality for Imports in an interactive way: Project properties, go to the References tab, then click the Unused References... button, then select which references you want removed via a listbox.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br /&gt;This command creates a constant definition statement for a selected text. It can be executed from the code window over a selected text.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent file list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent project list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br /&gt;This command executes the associated custom tool with text templates items. It can be executed from a DSL project node or a folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Sat, 01 Mar 2008 05:08:49 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080301A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
PowerCommands is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various ares of the IDE. The source code is included and requires the VS SDK for VS 2008 to allow modification of functionality or as a reference to create additional custom PowerCommand extensions. Visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information about extending Visual Studio.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;The Releases page contains download files (MSI installation file, readme document, and source code project).&lt;/b&gt;&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=PowerCommands&amp;amp;DownloadId=955" alt="PowerCommands.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.0. Refer to the Readme document which includes many additional screenshots.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br /&gt;This command collapses a hierarchy in the solution explorer starting from the root selected node. It can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br /&gt;This command copies a selected class entire content to the clipboard. It can be executed from a single project item or a project item with dependent sub items.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br /&gt;This command pastes a class entire content from the clipboard. It can be executed from a project or folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br /&gt;This command unloads all projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br /&gt;This command removes and sort using statements for all classes given a project. It can be executed from a solution node or a single project node.&lt;br /&gt;Note: The Remove and Sort Usings feature is only available for C# projects since the C# editor implements this feature as a command in the C# editor (which this command calls for each .cs file in the project). The Visual Basic IDE implements this functionality for Imports in an interactive way: Project properties, go to the References tab, then click the Unused References... button, then select which references you want removed via a listbox.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br /&gt;This command creates a constant definition statement for a selected text. It can be executed from the code window over a selected text.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent file list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent project list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br /&gt;This command executes the associated custom tool with text templates items. It can be executed from a DSL project node or a folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Sat, 01 Mar 2008 02:40:42 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080301A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
PowerCommands is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various ares of the IDE. The source code is included and requires the VS SDK for VS 2008 to allow modification of functionality or as a reference to create additional custom PowerCommand extensions. Visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more information about extending Visual Studio.&lt;br /&gt; &lt;br /&gt;&lt;i&gt;&lt;b&gt;The Releases page contains download files (MSI installation file, readme document, and source code project).&lt;/b&gt;&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=PowerCommands&amp;amp;DownloadId=955" alt="PowerCommands.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.0. Refer to the Readme document for additional details including many screenshots.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br /&gt;This command collapses a hierarchy in the solution explorer starting from the root selected node. It can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br /&gt;This command copies a selected class entire content to the clipboard. It can be executed from a single project item or a project item with dependent sub items.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br /&gt;This command pastes a class entire content from the clipboard. It can be executed from a project or folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br /&gt;This command unloads all projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br /&gt;This command removes and sort using statements for all classes given a project. It can be executed from a solution node or a single project node.&lt;br /&gt;Note: The Remove and Sort Usings feature is only available for C# projects since the C# editor implements this feature as a command in the C# editor (which this command calls for each .cs file in the project). The Visual Basic IDE implements this functionality for Imports in an interactive way: Project properties, go to the References tab, then click the Unused References... button, then select which references you want removed via a listbox.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br /&gt;This command creates a constant definition statement for a selected text. It can be executed from the code window over a selected text.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent file list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent project list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br /&gt;This command executes the associated custom tool with text templates items. It can be executed from a DSL project node or a folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Sat, 01 Mar 2008 02:39:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080301A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;i&gt;&lt;b&gt;The Releases page contains download files (MSI installation file, readme document, and source code project).&lt;/b&gt;&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[file:PowerCommands.msi]&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[file:PowerCommands Readme.docx]&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[file:PowerCommandsSource.zip]&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=PowerCommands&amp;amp;DownloadId=955" alt="PowerCommands.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.0. Refer to the Readme document for additional details including many screenshots.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Collapse Projects&lt;/b&gt;&lt;br /&gt;This command collapses a hierarchy in the solution explorer starting from the root selected node. It can be executed from three different places: solution, solution folders and project nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy Class&lt;/b&gt;&lt;br /&gt;This command copies a selected class entire content to the clipboard. It can be executed from a single project item or a project item with dependent sub items.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste Class&lt;/b&gt;&lt;br /&gt;This command pastes a class entire content from the clipboard. It can be executed from a project or folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy References&lt;/b&gt;&lt;br /&gt;This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Paste References&lt;/b&gt;&lt;br /&gt;This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Copy As Project Reference&lt;/b&gt;&lt;br /&gt;This command copies a project as a project reference to the clipboard. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Edit Project File&lt;/b&gt;&lt;br /&gt;This command opens the MSBuild project file for a selected project inside Visual Studio. It can be executed from a project node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Containing Folder&lt;/b&gt;&lt;br /&gt;This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Open Command Prompt&lt;/b&gt;&lt;br /&gt;This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Unload Projects&lt;/b&gt;&lt;br /&gt;This command unloads all projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Reload Projects&lt;/b&gt;&lt;br /&gt;This command reloads all unloaded projects in a solution. It can be executed from the solution node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Remove and Sort Usings&lt;/b&gt;&lt;br /&gt;This command removes and sort using statements for all classes given a project. It can be executed from a solution node or a single project node.&lt;br /&gt;Note: The Remove and Sort Usings feature is only available for C# projects since the C# editor implements this feature as a command in the C# editor (which this command calls for each .cs file in the project). The Visual Basic IDE implements this functionality for Imports in an interactive way: Project properties, go to the References tab, then click the Unused References... button, then select which references you want removed via a listbox.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Extract Constant&lt;/b&gt;&lt;br /&gt;This command creates a constant definition statement for a selected text. It can be executed from the code window over a selected text.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent File List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent file list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Clear Recent Project List&lt;/b&gt;&lt;br /&gt;This command clears the Visual Studio recent project list.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Transform Templates&lt;/b&gt;&lt;br /&gt;This command executes the associated custom tool with text templates items. It can be executed from a DSL project node or a folder node.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Close All&lt;/b&gt;&lt;br /&gt;This command closes all documents. It can be executed from a document tab.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Sat, 01 Mar 2008 02:28:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080301A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/PowerCommands/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;PowerCommands is a Visual Studio extension created with the Visual Studio SDK that provides many useful additional menu command functions within the Visual Studio 2008 IDE.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;This resource page is currently in setup mode and only available to coordinators and developers. Once you have finished setting up your resource page you can publish it to make it available to all MSDN Code Gallery visitors.&lt;br /&gt; &lt;br /&gt;To get your Resource Page ready to publish, you should do the following:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Make any changes to the details of your resource page&lt;/li&gt;&lt;ol&gt;
&lt;li&gt;Here you can enable or disable functions of your resource page.  You might want to turn on the Issue Tracker to allow users to provide feedback on your resource, or if you have a resource that does not involve a code sample, you may want to turn off the Releases tab.&lt;/li&gt;&lt;li&gt;Make sure your resource page description is detailed enough to let people search for your resource.&lt;/li&gt;
&lt;/ol&gt;&lt;li&gt;Add your code sample or other resources to the resource page&lt;/li&gt;&lt;ol&gt;
&lt;li&gt;If you’re uploading code, go to the Releases tab and create a new release to house your code.  Creating a release allows you to have the license properly displayed when people download your code, as well as provides a download count.&lt;/li&gt;&lt;li&gt;Edit your Wiki page to attach any resources you may have that are not source code.&lt;/li&gt;
&lt;/ol&gt;&lt;li&gt;If you want to let someone see your resource page before it is published, go to the People tab and add them to your resource page&lt;/li&gt;&lt;ol&gt;
&lt;li&gt;This will let you add other team members who may be contributing to your resource, or just show it off and get feedback from someone you trust.&lt;/li&gt;
&lt;/ol&gt;&lt;li&gt;Tag your resource page with descriptive tags to make it easier for people to find your resources when browsing the gallery.&lt;/li&gt;&lt;li&gt;Publish your resource page so it becomes visible to everyone!&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Additional information on starting a new resource page is available here: &lt;a href="http://code.msdn.microsoft.com/CodeGallery" class="externalLink"&gt;Resource Page Startup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>klevy</author><pubDate>Sat, 01 Mar 2008 02:01:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080301A</guid></item></channel></rss>