zbug
zbug

Reputation: 1043

Javascript Code Folding by Regions in Eclipse

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

Answers (1)

Nima Habibollahi
Nima Habibollahi

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

Related Questions