Visual Studio 2013 C++ outlining / collapsing if/else/while code regions

AndrewVS2013 picture AndrewVS2013 · Dec 29, 2013 · Viewed 11.5k times · Source

Apparently in VS13 they removed the outlining section in Option -> Text Editor -> C++ -> Formatting.

Is there a way of collapsing if/while/etc statements in VS2013 C++? I know about the C# plugin and already got that, but I'm searching for a solution for a C++ enviroment.

Cheers!

Answer

AndrewVS2013 picture AndrewVS2013 · Dec 29, 2013

Answered by Hans Passant: "It is still there, Text Editor -> C++ -> View, Outline Statement Blocks"