Reputation: 1043
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
Upvotes: 2
Views: 4010
Reputation: 470
This should work : (Altough it doesn`t work for me, Version Luna Service Release 1a (4.4.1))
Goto top menu >Window > prefrences > javaScript > Editor > Folding > Enable everething
Upvotes: 1