Question

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! :)

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top