Eclipse plugin for code marking

Is there an Eclipse plug-in for marking code, for example, with a marker. Does anyone know if this is possible?

+5
source share
3 answers

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:

Screen shot

+6
source

I do not know any such plugins - I also searched the Eclipse and Google market for this.

, Eclipse, Eclipse, , ( ).

0

I usually use //TODO. This gives you excellent visualization like bookmarks, which you can easily use.

0
source

All Articles