首页 > 其他 > 详细

Shortcut Collapse project or projects in the Solution Explorer Microsoft Visual Studio 2008

时间:2014-04-12 01:21:42      阅读:474      评论:0      收藏:0      [点我收藏+]

 

The standard windows keyboard shortcuts for expanding and collapsing treeviews are: Numeric Keypad *: Expands everything under the current selection Numeric Keypad +: Expands the current selection
Numeric Keypad -: Collapses the current selection. RIGHT ARROW: Expands the current selection if it is not expanded, otherwise goes to the first child
LEFT ARROW: Collapses the current selection if it is expanded, otherwise goes to the parent All keyboard shortcuts work in the Microsoft Visual Studio 2008 explorer except for the collapse on the solution.

If you want all files in a solution to be collapsed use the tool: PowerCommands for Microsoft Visual Studio 2008: http://code.msdn.microsoft.com/PowerCommands
It adds a command: Collapse Projects: 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.

 

from:http://www.roelvanlisdonk.nl/?p=479

Shortcut Collapse project or projects in the Solution Explorer Microsoft Visual Studio 2008,布布扣,bubuko.com

Shortcut Collapse project or projects in the Solution Explorer Microsoft Visual Studio 2008

原文:http://www.cnblogs.com/SFAN/p/3659647.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!