Find Usages support in JSP pages

View: New views
2 Messages — Rating Filter:   Alert me  

Find Usages support in JSP pages

by IceMan81 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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





Re: Find Usages support in JSP pages

by Jindrich Sedek :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
java code refactoring and Find Usages in JSP files in not supported yet.
There is an issue - you can vote for it.

http://www.netbeans.org/issues/show_bug.cgi?id=159295


Jindra


IceMan81 wrote:

> 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
>
>
>
>