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

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top