is it possible to fold code in mono develop using javaScript/unityScript?
from what i searched it was not possible but these are from two years ago, so is it possible now because i can’t seem to get it to work.
In C# you can with
#region foldme
public enum GameNotificationType {
Info,
Achievement,
Tip,
Error
}
#endregion
Same as this question: Folding code in MonoDevelop - Questions & Answers - Unity Discussions no javascript folding support yet.