Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm using Visual Studio 2008 to write C and C++ code. Right now it does not fold ANY code, and it's really annoying. It does not fold functions, for loops, or anything at all. I'd really like, at the very least, to be able to fold functions.

Can anyone tell me exactly where this option might be located? I feel like I've looked everywhere in the options.

share|improve this question

1 Answer

In Visual Studio, go to the Options (Tools > Options).

Then navigate to Text Editor > C/C++ > Formatting and check the option "Enter outlining mode when files open"

That should fix the problem.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.