Microsoft MVP성태의 닷넷 이야기
개발 환경 구성: 122. VS.NET 2008 용 PowerCommands 도구 [링크 복사], [링크+제목 복사]
조회: 10736
글쓴 사람
정성태 (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

1  2  3  4  5  6  7  8  9  10  11  12  13  14  [15]  ...
NoWriterDateCnt.TitleFile(s)
825정성태8/23/200710116개발 환경 구성: 110. AutoExNT 도구
824정성태8/16/200710798개발 환경 구성: 109. Code Project Browser Add-In for Visual Studio 2005
823정성태8/16/200713823IIS : 16. 인증서 검증 - CRL 체크 설정
822정성태8/16/200710741TFS : 124. VSTS - Architecture Edition Power Tools - 8월 CTP
821정성태8/15/20079765TFS : 123. TFS 2008의 팀 빌드 관련 소개
820정성태8/14/200711290.NET 3.5 : 28. 한번 더 생각해 보는 C# 3.0 의 개체 초기화 지정자(Object Initializers)
819정성태8/13/200710749TFS : 122. DB Professional - Power Tools 배포
818정성태8/13/200711162VS.NET IDE : 38. Visual Studio 2008 Shell 맛보기 [1]
817정성태8/10/200710891VS.NET IDE : 37. Customising WCF Proxy Generation in Visual Studio 2008
816정성태8/7/200711003TFS : 121. TFS 가이드 최종 버전
815정성태8/7/200710298TFS : 120. Rosario - 개선된 작업항목 추적 기능 [1]
814정성태8/6/200710518TFS : 119. MSBuild 를 이용한 위성 어셈블리 자동 빌드
813정성태7/31/200710664TFS : 118. TeamPlain 의 진화 : Team System Web Access Power Tool
812정성태7/31/200710224TFS : 117. Offline 모드 지원
811정성태7/31/200710655개발 환경 구성: 108. 문서 - AD 서버를 가상 머신으로 운영.
810정성태7/27/200710097TFS : 116. VS.NET 2008 TFS 설치 가이드 (베타)
809정성태7/27/200710677TFS : 115. 인터넷 연결 및 HTTPS 설정
808정성태7/19/200710649TFS : 114. MSF Process Guidance Generator Tool
807정성태7/19/200713921개발 환경 구성: 107. 터미널 서비스에서 꼭 알아야 할 기능 - shadow [1]
806정성태7/15/200710304TFS : 113. TFS 2008 - SharePoint 분리 및 통합 지원
805정성태7/15/200710384TFS : 112. MSBuild 프로젝트 이외의 프로젝트를 빌드
804정성태7/14/200711938TFS : 111. 팀 빌드에서 셋업 프로젝트 연결 [1]
803정성태7/14/200710369개발 환경 구성: 106. 롱혼 터미널 서비스에서의 콘솔 관리
802정성태7/13/200710655TFS : 110. 팀 빌드 - 테스트 결과를 알아내는 MSBuild Task
801정성태7/12/200710779개발 환경 구성: 105. 환경 설정 정보 암호화
800정성태7/10/200712123.NET 3.5 : 27. IQueryable 구현 방법 [3]
1  2  3  4  5  6  7  8  9  10  11  12  13  14  [15]  ...