Eclipse PDT Code folding
I would like to fo开发者_如何学Gold {} brackets i.e if/else, for, while, foreach... sections in eclipse pdt. How can i do it. I don't see any options in settings.
Eclipse PDT doesnt posses it Try Aptana instead of Eclipse PDT it provides basic-intermediary folding support
Use Notepad++, it has the best folding. To be most productive have 2 screens open one with Eclipse and another with Notepad++ with the same code. It is much faster to edit in notepad++ however Eclipse provides much better functionality for debugging, code checks, etc..
精彩评论