2

SCMからソリューションをチェックアウトするたびに、ソリューションの各プロジェクトを手動で折りたたんで、その概要を把握する必要があります。

.suo折りたたまれた設定がバイナリのファイルに保存されていることを知っています。このファイルをSCMにコミットしたくありません。代わりに、.slnファイルに入れることができるxmlタグを探しているので、ファイルを開くとすべてのプロジェクトが折りたたまれます。

どうやってするか?

4

3 に答える 3

1

Visual Studio用のDPackをインストールし、「すべてのプロジェクトを折りたたむ」コンテキストメニュー項目を使用します;-)

于 2011-01-19T11:25:33.227 に答える
1

Productivity Power Toolsをインストールし、SolutionExplorerの代わりにSolutionNavigatorを使用します。

Solution Navigatorは、拡張されたSolutionExplorerのように機能する新しいツールウィンドウです。これを使用すると、次のことができます。

* 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!) 

また、すべて折りたたむボタンがあります。

于 2011-01-19T11:37:28.003 に答える
0

私を助けてくれた最小のプラグインは、ソリューションエクスプローラーで選択を折りたたむことです

于 2011-01-25T18:24:45.783 に答える