Find Usages support in JSP pages
Hi,
Does anyone know if Netbeans supports the FindUsages features in JSP pages? For example, if I try find usages on a function in a Java class, it shows me all usages of the functions in Java code, but it does no show if the function is accessed from any of the jsp pages in my project.
I always end up using the 'Find in Projects' to find any such dependencies. I thought I read somewhere that Netbeans does support this in JSP pages but I could be wrong. I find this a very useful feature (the IDEA IDE has supports this).
Thanks