Breaks

If I write a function i visual. I can hide all information in that function by clicking on the minus symbol next to the return definition. I know that you can add those + and - so that you can hide information in your code just about anywhere you like. anyone know the word I'm looking for?
Code-Folding?

In Visual Studio I think it's achieved by using

1
2
3
4
#pragma region
...

#pragma endregion 
Last edited on
SWEEET that did it. thanks Lodger
Welcome :)
Topic archived. No new replies allowed.