I use code folding commands in Visual Studio 2008 all the time - for example,
ctrl + m, ctrl + o (collapse all) ctrl + m, ctrl + m (toggle expand/collapse of code block)
Visual Studio 2010 has an โimprovementโ when the folded code now has a space between one and the second block. eg.
void function1()[+]{...} void function2()[+]{...}
Instead of path VS2008
void function1()[+]{...} void function2()[+]{...}
Does anyone know how to prevent VS2010 from adding this space in white places - this is very annoying!
Update: it seems that many people cannot reproduce. but since this question has received 6 votes to date, I assume that there are those who can.
C # users report that they cannot play. I only code in C ++, and this is definitely a problem in C ++. Maybe I will send a report in m $ ...
visual-studio-2008 visual-studio-2010 folding configuration
user206705
source share