Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コードビハインドが最初に開かれたときにリージョン/関数/メソッドを自動的に折りたたむようにVisualStudio2008をセットアップする方法はありますか?
Visual Studio 2010では、これは領域を自動的に折りたたむように見えますが、メソッド、クラスなどはそうではありません。
[ツール]->[オプション]->[テキストエディタ]->[C#]->[詳細設定]->[ファイルを開いたときにアウトラインモードに入る]をオンにします。
ショートカットのCtrl+M、Lを使用して、折りたたまれた領域を切り替えます。