Anyone know how to turn off code folding in visual studio 2008? Some of my colleagues love it, but I personally always want to see all the code, and never want code folded out of sight. I’d like a setting that means my copy of Visual Studio never folds #regionsor function bodies.
Anyone know how to turn off code folding in visual studio 2008? Some of
Share
Edit: I recommend this other answer
Go to the Tools->Options menu. Go to Text Editor->C#->Advanced. Uncheck ‘Enter outlining mode when files open’.
That will disable all outlining, including regions, for all c# code files.