MSVC++ how to hide code

Started by
3 comments, last by Profus 22 years, 5 months ago
Hi, does anybody know if it is possible to make MSVC++ hide (fold out of sight) code based on its indentation (like this editor does)? ------------------------------------------------------------ "To a computer, chaos is just another kind of order."
------------------------------------------------------------"To a computer, chaos is just another kind of order."
Advertisement
I think you can do that in Visual C++ .NET but I dont have it so I cant tell you how.
RTFM
sounds useful
Visual Studio .NET has a feature called outlining which colapses code blocks down to the first line, for instance a for loop would be collapsed to the actual condition line. You can then click on the "..." next to it to expand it. I don''t use it much, but I have had a play with it.
I''m still using Visual C++ 6.0 Pro...

------------------------------------------------------------
"To a computer, chaos is just another kind of order."
------------------------------------------------------------"To a computer, chaos is just another kind of order."

This topic is closed to new replies.

Advertisement