每次我从 SCM 中检查我的解决方案时,我都必须手动折叠我的解决方案中的每个项目,以便对它有一个很好的了解。
我知道折叠的设置存储在一个.suo
二进制文件中。我不想将此文件提交给 SCM,而是在寻找可以放入.sln
文件中的 xml 标记,因此当我打开它时,所有项目都已折叠。
怎么做?
每次我从 SCM 中检查我的解决方案时,我都必须手动折叠我的解决方案中的每个项目,以便对它有一个很好的了解。
我知道折叠的设置存储在一个.suo
二进制文件中。我不想将此文件提交给 SCM,而是在寻找可以放入.sln
文件中的 xml 标记,因此当我打开它时,所有项目都已折叠。
怎么做?
安装Productivity Power Tools并使用解决方案导航器而不是解决方案资源管理器:
解决方案导航器是一个新的工具窗口,其作用类似于增强的解决方案资源管理器。有了它,您可以:
* 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!)
它还有一个全部折叠按钮。
安装 DPack for Visual Studio 并使用“折叠所有项目”上下文菜单项;-)
帮助我的最小插件是解决方案资源管理器中的折叠选择