thehogfather / brackets-code-folding

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

What about Jade folding? #140

Closed paulrevival closed 8 years ago

paulrevival commented 8 years ago

Hey! :) It's a really cool feature and I pray for it :) But some time ago I've started to work with jade-syntax where it's much more difficult (for me yet) to detect a needed code-region then with html-syntax. It'd be simply wonderfull if Code folding would work with jade :) What do you think about it? (Sorry for my english)

thehogfather commented 8 years ago

@paulrevival jade structure looks like it is based on indentations and you can enable indentation based code-folding in brackets by adding this line to your .brackets.json file

    'code-folding.alwaysUseIndentFold': true