+11
Recursive code folding
Currently CMD+K1 Folds all 1st level code. I'd very much like to see a code fold that does recursive fold. Meaning, that after I fold, I have to unfold one by one to get where I want to.
I mean: CMD+k1 would produce CMD + k9, CMD + k8, ....CMD + k2, CMD + k1.
I mean: CMD+k1 would produce CMD + k9, CMD + k8, ....CMD + k2, CMD + k1.
Service d'assistance aux clients par UserEcho
I like the way TextMate did code folding - if you held down the option key (Mac) and click the triangle, it would fold that block recursively - the block and all it's child blocks got folded. If you then clicked again to open it but without holding the option key, it would only unfold that block, leaving all child blocks still folded. I find this super useful when I have a really large PHP or JS object, as I can fold the entire thing, scan through it to find the code I want and then just unfold that bit to work on it.
This functionality also worked in TextMate's folder list, which is consistent with how folding works in the Mac OS Finder's list views.