Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin - Collapse text [closed]

just got Xamarin Studio installed. Looks really cool and looks like it could replace my VS. However, I really enjoyed collapsing my code when some dirty parts began to grow.

I used to introduce the code- part with #region and finished it with #endregion. VS would allow me to hide the content.

Would be awesome if someone leads me into the right direction! :)

like image 530
zokkker13 Avatar asked Aug 22 '13 18:08

zokkker13


1 Answers

In Xamarin Studio, under the Preferences menu, enable "Code Folding"

Preferences > Text Editor > General > Enable code folding

See: http://forums.xamarin.com/discussion/3549/collapsing-expanding-code-regions

like image 180
Jason Avatar answered Oct 24 '22 08:10

Jason