I'm searching for a plugin make Eclipse can do the <editor-fold> like Netbeans but I cant find anything helpful then I post this question here.
I have used the EclilpseIDE default folding but sometimes I want to fold my things my way, in Netbeans, I can do it with
// <editor-fold defaultstate="collapsed" desc=" description">
....
// </editor-fold>
or in Notepad++ Stephan Schielke has show me this
but I cant find anything with Eclipse. Anyone know something like those? Many thanks.