I was looking after region based code folding for javascript files in eclipse. The only thing I could find so far was Coffee Bytes Code Folding which extends the editor folding settings in eclipse.http://market.eclipsesource.com/yoxos/node/com.cb.eclipse.folding.feature.group
Does anyone know something similar for javascript? That would allow me to add a custom identifier for regions such as
// ## region A
code to fold..
// ## region B
code to fold..
Thanks