In eclipse, the Java editor highlights the declaration of function and class names. As far as I can tell from my search on Google, this dynamic highlighting is done using semantic highlighting, however I have yet to find tutorials on how to write code for this. Does anyone know how this works or how to write simple. I went through the Eclipse documentation and found nothing, and the JDT source didn't help either.
source share