All:
I wonder how to collapse a block(not just by class method level but also like if while switch level) of code in eclipse(mine is Indigo).
Thanks
All:
I wonder how to collapse a block(not just by class method level but also like if while switch level) of code in eclipse(mine is Indigo).
Thanks
From what I understand, Eclipse does not support folding on the kind of scale that you're talking about (ifs, whiles, switches) natively. However, there are all sorts of plugins that you can look into. One such plugin can be found here. This particular plugin was designed for Indigo as well.