thehogfather / brackets-code-folding

Code folding extension for brackets IDE
134 stars 42 forks source link

Collapse all / expand all and alt-click #23

Closed simonrob closed 10 years ago

simonrob commented 10 years ago

At the moment collapse all and expand all only work in .css and .less files, but this feature would be useful in other file types if it worked as it does in native OS X apps.

For an example, alt/option-click an expander in Finder and all subfolders are expanded, too.

I'd find it useful to be able to do this in HTML files: for example, after alt-clicking <body> to collapse all sub items, re-expanding (without alt) would give an overview.

thehogfather commented 10 years ago

This is a great idea btw. Learn something new everyday.