How to minimize code area in Eclipse?

Posted by Stella on Stack Overflow See other posts from Stack Overflow or by Stella
Published on 2008-12-20T21:49:54Z Indexed on 2010/03/21 23:51 UTC
Read the original article Hit count: 108

Filed under:

There is a nice feature in Visual Studio: you can create special code areas which can be minimized just as class methods in Eclipse are minimized. Like:

#region

//some code

#endregion

Is there a way do make such pleasant feature in Eclipse?

© Stack Overflow or respective owner

Related posts about eclipse