thehogfather / brackets-code-folding

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

folding for levels #93

Closed mbpcoder closed 9 years ago

mbpcoder commented 10 years ago

hi there is some feature in folding that is good to create like "level folding" for example i have an object with a lot of functions and i just want to fold the functions not all content of file and also it is not good to write custom region for doing this

thanks for your good work.

thehogfather commented 9 years ago

Level folding should now be configurable in the settings dialog. This also works if you want to apply level folding to a particular function then press 'Alt' when you collapse, all foldable regions within that function will be folded up to level 'n'.