thehogfather / brackets-code-folding

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

version not compatible :( #137

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hey! the version is not compatible.... sem titulo

thehogfather commented 9 years ago

@bl0zis you shouldnt need to install the extension for the latest version of brackets because code folding has been part of brackets core since 1.3. Could you let me know the version of brackets you are using?

ghost commented 9 years ago

@thehogfather Hey! Yes, my version is 1.3, but code folder stop to work on .jade files :(

thehogfather commented 9 years ago

ah - have you tried enabling indentation folding? To do that, create a preference entry in your .brackets.json file for "code-folding.alwaysUseIndentFold": true

ghost commented 9 years ago

@thehogfather THANKS!