[.net] VStudio Outlining

Started by
0 comments, last by Sneftel 16 years, 1 month ago
I collapse some function definitions with Visual Studio outlining, but when I close the project and open it back up, they are expanded again. How can I keep them collapsed when I reopen the project? This is a C++/CLI project if it makes a difference.
-----Quat
Advertisement
I don't think outlining is saved across sessions. If you want to start out with tidy-looking code, just choose "collapse all to definitions" when you open the file. If you're looking for a more long-term code organization strategy, you should look into further splitting up your source files.

This topic is closed to new replies.

Advertisement