Including JSP calls in the Eclipse call hierarchy

How can I get the hierarchy of Eclipse calls to support calls in JSP files?

I am an active user of the Eclipse call hierarchy function, as it helps me navigate and find all sources of calls to a method or other object. But I believe that listing the call hierarchy completely ignores the JSP files in the project, and this makes my coding and debugging difficult. I have to rely on text search tools to find calls or (most of the time), just risk completely eliminating them.

For some reason, JSP support in Eclipse is not up to standards, which is why Java source code has not improved for their mapping. Is it just not possible now? Or am I missing something?

+6
source share

Source: https://habr.com/ru/post/1208321/


All Articles