Change color only Eclipse - not the whole comment

I learned how to change the color of the todo tag in eclipse (window-> preferences-> general-> editors-> text editors-> annotations-> tasks), but this changes it so that when I write // TODO the whole line is affected. Is it possible to make the word ONLY the word TODO?

+7
source share
1 answer

Is it possible to make the word ONLY the word TODO?

Yes, you can change the color of the comments for the "task tag" in the "Preferences → Java → Editor → Syntax Coloring & rrarr; Comments → Task Tags, as shown in the screenshot below. Note that the" TASK "in the preview window has a bright pink color." TODO "is a task tag, so it also looks hot to me.

Imgur

+17
source

All Articles