Is there a way to setup visual studio 2008 to automatically collapse regions/functions/methods when the code behind is first opened?
Is there a way to setup visual studio 2008 to automatically collapse regions/functions/methods when
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Visual Studio 2010 this seems to auto collapse regions but not methods, classes, etc:
Tools -> Options -> Text Editor -> C# -> Advanced -> Check “Enter Outlining mode when files open”.
I use the short-cut Ctrl + M, L to toggle collapsed regions.