- Home /
How do I collapse / expand nested subroutines within MonoDevelop?
I've seen online video which shows collapsing and expanding, as well as graphical color coding, of nested functions, if / for / while loops, etc. How do I activate this function within the MonoDevelop editor?
Environment : MacOSX Yosemite 10.10.1, MonoDevelop Unity 4.01
Answer by thelackey3326 · Dec 03, 2014 at 03:37 AM
Found this forum thread: http://forum.unity3d.com/threads/dont-have-possibility-to-fold-code-in-monodevelop.222058/
User anlop in thread comment #5 says that it may not work for JS, but for C#:
Tools -> Options -> Text Editor -> General, and tick "Enable code folding".
Your answer
Follow this Question
Related Questions
What are C, P, S or E,etc written in front of coding hints in monoDevelop? 1 Answer
Cannot see javascript files in Monodevelop Unity 5.2 1 Answer
Cant get Monodevolop to work 0 Answers
Unity3 Monodevelop Autocompletion 2 Answers
Unity 5.3 Monodevelop JS Not Checking for Errors or Auto-Completing/Suggesting (C# fine) 1 Answer