ID:133928
 
My school's programming class computers all updated to Visual Studio 2005 (which I don't really like, but that's okay because I did that class last year) and I noticed that they added expand/collapse buttons to any functions or definitions you make. This could be useful in Dream Maker to hide away the procs we don't edit often to make it easier to navagate code files.

With this, the object tree, and Ctrl+F, we could get seriously lazy with our organizing and still find everything!...which people do anyway, I guess.
This has been brought up before, and chances are it won't be added to the official Dream Maker, there are however third-party DM environments in the works that may support what you're asking for.
That feature is known as "code folding" and it's been requested before. However, it's a front-end feature, not a back-end feature, so it's not really imperative: you can always use an external IDE to do that.