How can I get Eclipse Call Hierarchy to support calls in JSP files?
I am an avid user of the Call Hierarchy feature of Eclipse, as it helps me navigate and find all call sources of a method or other entity. But I find that the Call Hierarchy listing completely ignores JSP files in a project, and this makes my coding and debugging difficult. I have to rely on text-search tools to find the calls or (most of the time) simply risk missing them out entirely.
For some reason, the support for JSP in Eclipse is substandard compared that for their Java source code file counterparts, and has not improved. Is this simply not possible at the moment? Or am I missing something?