Is there an Eclipse plug-in for marking code, for example, with a marker. Does anyone know if this is possible?
You can mark the line you want to highlight with a bookmark, and then set the background color to highlight the bookmark. You should enter: preferences -> General -> Editors -> Text Editors -> Annotationsand then set the text as highlighted with your preferred color:
preferences -> General -> Editors -> Text Editors -> Annotations
I do not know any such plugins - I also searched the Eclipse and Google market for this.
, Eclipse, Eclipse, , ( ).
I usually use //TODO. This gives you excellent visualization like bookmarks, which you can easily use.
//TODO