22

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!

Matt Davis
  • 43,149
  • 15
  • 89
  • 118
AndrewVS2013
  • 648
  • 1
  • 6
  • 14

2 Answers2

30

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

AndrewVS2013
  • 648
  • 1
  • 6
  • 14
10

For Visual Studio 2013,


Tools -> Options -> Text Editor -> C++ -> Formatting -> Outline Statement Blocks -> Enabled.

p-a-o-l-o
  • 8,939
  • 2
  • 17
  • 34
Mohit Thakur
  • 526
  • 5
  • 12