How to view JSP includes/class hierarchy in IDEA
Hi there,
We currently use IDEA as developement editor for our struts + tiles + JSP based web application.
We include several jsp files during static and run time using standard jstl/jsp include directives.
Bottom line:
We need to make major changes to several JSP files and wanted to find out various dependent JSP files and analyze the impact before we move on.
Is there any way to find out the graphical view of the various JSP includes just like JAVA class hierarchy view like super class,sub class,find usages etc
Thanks in advance for your time and help.
regards,
N
请先登录再写评论。