Hello.

Is there a simple plugin for Eclipse that constantly selects certain text in the code (without using Search, etc.)?

For example, draw a red background for the string abc = 1; or apply bold etc:

abc = 0; // not selected

doAnalyze (abc);

abc = 1; // highlighted

doAnalyze (abc);

I am looking for a long time, did not see anything like it. Thanks in advance.

    0