Disable persistent allocation for VS2010 (C / C ++)

For some reason, I can't turn it off forever. When I stop it manually from Edit->Outlining->Stop Outlining , that’s fine, but as soon as I close the file and open it again and turn on again. Disabled in option->text editor->c/c++->formatting and nothing. I tried to edit the .vssettings file (or am I editing the wrong file? C:\Users\%current user%\Documents\Visual Studio 2010\Settings ), but something modifies it again. I have no ideas: (.

Thanks in advance

+7
source share
3 answers

Select the menu item Tools menu> Options .

Expand Text Editor then C/C++ and click Formatting , set Enable Outlining to false

Note: you may need to reopen the file. This option technically allows you to enable the display of the file open.

+3
source

In VS2013, this is not formatting. Here:

Switch to:

Tools/Options/Text Editor/C#/Advanced

And then just uncheck "Enter outlining mode when files open" checkbox .

What is it.;)

+3
source

In VS2015 for C / C ++ files, this is here:
Options->Text Editor->C/C++->View->Enable Outlining

+1
source

All Articles