Is this extension supposed to work under brackets 1.6? I added the following to my brackets.json file, but it seems to have done nothing.
"custom-region-fold.endRegionWord":"}",
"custom-region-fold.startRegionWord":"{"
My particular language isn't recognized by brackets for any automatic code folding, so this extension seemed like a way to get some auto-code folding capabilities. I just want it to fold all statement blocks (beginning with an open curly brace and ending with a closing curly brace).
Is this extension supposed to work under brackets 1.6? I added the following to my brackets.json file, but it seems to have done nothing.
"custom-region-fold.endRegionWord":"}","custom-region-fold.startRegionWord":"{"My particular language isn't recognized by brackets for any automatic code folding, so this extension seemed like a way to get some auto-code folding capabilities. I just want it to fold all statement blocks (beginning with an open curly brace and ending with a closing curly brace).