plugins to enable user code folding in EclipseIDE
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 sometim开发者_JAVA百科es 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.
精彩评论