facebook

Jump from JSP to custom tag source code [Closed]

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #201093 Reply

    tedtollefson
    Member

    It should be possible to hold down the control key and click on a custom JSP tab in order to jump to the source code for that custom tag.

    Example:

    In this JSP:
    <%@ taglib uri=”/WEB-INF/struts-bean.tld” prefix=”bean” %>
    <html>
    <bean:write …..>
    </html>

    I click on:
    <bean:write …..>

    and jump to the source code for:
    org.apache.struts.taglib.bean.WriteTag

    #201109 Reply

    Riyad Kalla
    Member

    Hmm this is a good suggestion and would handy especially for custom taglibs.

    Scott/Michael, any ideas?

    #201190 Reply

    Marcus Beyer
    Member

    @tedtollefson wrote:

    It should be possible to hold down the control key and click on a custom JSP tab in order to jump to the source code for that custom tag.

    Also with F3 …

    Marcus

    #203259 Reply

    Riyad Kalla
    Member

    Closed per the request here:
    https://www.genuitec.com/forums/topic/f3-code-navigation-for-jsps-enhancement/&highlight=

    This URL is the new request.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Jump from JSP to custom tag source code [Closed]

You must be logged in to post in the forum log in