Microsoft MVP성태의 닷넷 이야기
개발 환경 구성: 122. VS.NET 2008 용 PowerCommands 도구 [링크 복사], [링크+제목 복사],
조회: 10771
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

PowerCommands for Visual Studio 2008 released
; http://blogs.msdn.com/vsxteam/archive/2008/02/29/PowerCommands-for-Visual-Studio-2008-released.aspx

VS.NET IDE 를 간편하게 사용할 수 있는 각종 기능들을 제공하고 있습니다. 예를 들어서, 솔루션 탐색기의 파일의 컨텍스트 메뉴에서 "Open Containing Folder" 메뉴를 제공해 줍니다.

대강 다음과 같은 기능들입니다.

Collapse Projects
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.

Copy Class
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.

Paste Class
This command pastes a class entire content from the clipboard. It can be executed from a project or folder node.

Copy References
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.

Paste References
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.

Copy As Project Reference
This command copies a project as a project reference to the clipboard. It can be executed from a project node.

Edit Project File
This command opens the MSBuild project file for a selected project inside Visual Studio. It can be executed from a project node.

Open Containing Folder
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

Open Command Prompt
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.

Unload Projects
This command unloads all projects in a solution. It can be executed from the solution node.

Reload Projects
This command reloads all unloaded projects in a solution. It can be executed from the solution node.

Remove and Sort Usings
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.
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.

Extract Constant
This command creates a constant definition statement for a selected text. It can be executed from the code window over a selected text.

Clear Recent File List
This command clears the Visual Studio recent file list.

Clear Recent Project List
This command clears the Visual Studio recent project list.

Transform Templates
This command executes the associated custom tool with text templates items. It can be executed from a DSL project node or a folder node.

Close All
This command closes all documents. It can be executed from a document tab.








[최초 등록일: ]
[최종 수정일: 4/8/2008]


비밀번호

댓글 작성자
 



2008-03-01 12시06분
다운로드는 다음의 경로에서.

PowerCommands for Visual Studio 2008
; http://code.msdn.microsoft.com/PowerCommands
kevin25

... 31  32  33  34  35  36  37  38  39  40  41  42  43  44  [45]  ...
NoWriterDateCnt.TitleFile(s)
65정성태2/15/200510463Office 2003: XML Reference Schemas
64정성태2/14/200511652MFC 및 ATL 컨트롤을 위한 서명된 CAB 파일 만들기
63정성태2/15/200510168[CodeProject] Overriding MFC's Default Client Site to Implement IServiceProvider파일 다운로드1
62정성태11/14/200510525간략 소개 - 64bit Windows
61정성태1/29/200510614XP SP2 팝업창을 코드로 띄우는 것이 가능하군요.
60정성태1/28/20058960MSDN Chat : VS.NET 2005 Team System public chats파일 다운로드1
59정성태1/27/200511097Error 1034. Error writing to file" when installing Visual Studio .NET 2005 CTP December 2004 - error code is 2350
57정성태1/17/200510405Microsoft .NET: Implement a Custom Common Language Runtime Host for Your Managed App파일 다운로드1
56정성태1/12/200510777.NET Framework 2.0 설치 후, InfoPath 폼이 VS.NET 2003 에서 디버깅이 안되는 경우.
55정성태1/10/200510909Management (WMI) Extensions for Visual Studio .NET 2003 Server Explorer
54정성태1/11/200510129WSE 2.0 및 Sun JWSDP 1.4를 사용한 WS-Security 상호 운용성
76정성태3/10/200510584    답변글 [추가]: Web Services Security Interoperability using WSE 2.0 and Systinet Server 5.0 for Java
94정성태5/12/200510369    답변글 [추가]: JWSDP 1.5 버전이 나왔군요.
148정성태12/12/20058674    답변글 [추가]: WS-Security Interoperability with .NET/WSE and WebLogic Workshop 8.1파일 다운로드1
53정성태1/6/200510995버퍼 오버런 해결!
58정성태1/23/200511743    답변글 VS.NET 2005 : 새롭게 소개되는 버퍼 오버런 방지 CRT 함수들
52정성태1/6/20059884Visual C# .NET Code Samples
51정성태1/6/200510003Visual C++ .NET 2003 Code Samples
50정성태1/6/200510043Visual Studio .NET 2003 Automation Samples
49정성태1/3/200598962005년 올 한 해 릴리스 될 MS 제품
48정성태1/2/200510195.NET 2.0 : 연결 문자열 및 기타 .config 내용 암호화
47정성태12/31/200410380뉴스그룹: Microsoft Whidbey Private 뉴스 그룹
46정성태12/31/200410147MSDN Magazine: Comparing the Timer Classes in the .NET Framework Class Library
45정성태12/31/20049666MSDN Magazine: Updating the UI from a Secondary Thread
44정성태12/30/200410817NewSID : 사용자 계정의 보안 식별자를 변경해 주는 프로그램파일 다운로드1
43정성태12/28/200410137VSMT 소개: Physical Server to Virtual Server
... 31  32  33  34  35  36  37  38  39  40  41  42  43  44  [45]  ...