每次我从SCM中查看解决方案时,我都必须在解决方案中手动折叠每个项目,以便对其进行良好的概述。

我知道崩溃的设置存储在一个 .suo 文件,是二进制的。我不想将此文件提交给SCM,相反,我正在寻找可以放入的XML标签 .sln 文件时,当我打开它时,所有项目都崩溃了。

怎么做?

有帮助吗?

解决方案 3

帮助我的最小插件是 解决方案资源管理器中的崩溃选择

其他提示

为Visual Studio安装DPACK,并使用“折叠所有项目”上下文菜单项;-)

安装 生产力电动工具 并使用解决方案导航器代替解决方案资源管理器:

解决方案导航器是一个新的工具窗口,就像增强的解决方案资源管理器一样。有了它,您可以:

* Expand code files to navigate to its classes, expand classes to navigate to their members, and so on (C# and VB only)
* Search your solution, all the way down to class members
* Filter your solution or projects to see just opened files, unsaved files, and so on
* View related information about classes and members (such as references or callers/callees for C#)
* Preview images by hovering over them, or preview rich information by hovering over code items
* We've also added support for multiple selection and drag & drop. (New!) 

它也有一个崩溃的按钮。

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top