In Eclipse editor I want to be able to quickly see System.out.println
statements from other statements. Is there a way to give them a completely different color so that I could quickly spot them when I see my code? for ex all the System.out.println
statements are in all blue color?
P.S. I'm not asking how to color the output but the statement itself.