Jul 19, 2011

Automatic Comment Folding in Eclipse

Posted Jul 19, 2011
A good documentation is important for team development but code comments sometimes consumes a lot of vertical space and obstructs your view.

Fortunately Eclipse has a way to automatically fold or hide them.

Go to Preferences > Java > Editor > Folding

Check the ff:
  • Comments
  • Enable folding (default)
  • Header Comments (default)
  • Imports (default)

No comments:

Post a Comment