In some cases I need to mark (several) lines of code in Eclipse. For example when reviewing, or when testing. Is there a feature or plug-in in Eclipse which can help me to that?
For now I'm just putting #REVIEWED or #TOBEREVIEWED on lines or around blocks. But that is a lot of work.
Any ideas?
- EDIT: I'm aware of the Bookmark feature, but that seems to cover only 1 line.
- EDIT2: I'm also aware of Task tags like TODO and FIXME, thanks E-Riz