I was doing some coding in jsp
file in eclipse
. I came across one thing, that I am not able to highlight variables with same name in JSP files.
For example, when we are working in .java
files, when we hover our mouse on particular variable, then that variable gets highlighted everywhere in that .java
file. Also when we bring our mouse and press ctrl
key, then the text gets changes to a link.
How can I do the same with .jsp
files. I also came across here
but it didn't help. Guide me.