Power Commands For Visual Studio 2008
Contents
- 1 Overview
- 2 Collapse Projects
- 3 Copy Class
- 4 Paste Class
- 5 Copy References
- 6 Paste References
- 7 Copy As Project Reference
- 8 Edit Project File
- 9 Open Containing Folder
- 10 Open Command Prompt
- 11 Unload Projects
- 12 Reload Projects
- 13 Remove and Sort Usings
- 14 Extract Constant
- 15 Clear Recent File List
- 16 Clear Recent Project List
- 17 Transform Templates
- 18 Close All
OverviewPowerCommands 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 http://msdn.com/vsx for more information about extending Visual Studio.The Releases page contains download files (MSI installation file, readme document, and source code project). 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. Collapse ProjectsThis 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.Copy ClassThis 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.Paste ClassThis 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.Copy ReferencesThis 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.Paste ReferencesThis 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.Copy As Project ReferenceThis command copies a project as a project reference to the clipboard. It can be executed from a project node.Edit Project FileThis command opens the MSBuild project file for a selected project inside Visual Studio. It combines the existing Unload Project and Edit Project commands.Open Containing FolderThis command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item nodeOpen Command PromptThis 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.Unload ProjectsThis 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.Reload ProjectsThis command reloads all unloaded projects in a solution. It can be executed from the solution node.Remove and Sort UsingsThis 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.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). Extract ConstantThis 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.Clear Recent File ListThis 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.Clear Recent Project ListThis 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.Transform TemplatesThis command executes a custom tool with associated text templates items. It can be executed from a DSL project node or a DSL folder node.Close AllThis command closes all documents. It can be executed from a document tab. |
??
Wiziontech Solutions | Created by Thiyagaraaj