facebook

JSP Editor – Import Code Assist [Enhancement]

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

    Why doesn’t the JSP editor employ code assist for the import statements? I understand that when I add new classes, that the import statements will automatically be added as needed, but IMHO, the JSP header starts to look messy.

    For example, when adding new packages to the import in the code below, it won’t work. Instead, if I create some class instance or reference something that isn’t currently in the import, it adds the line in red:

    <%@ page import=”com.plumtree.remote.prc.<classname>” %>
    <%@ page language=”java”
    import=”java.util.*,
    com.plumtree.remote.portlet.*”
    %>

    #200507 Reply

    Scott Anderson
    Participant

    Good suggestion. I’m moving this to enhancements.

    –Scott
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP Editor – Import Code Assist [Enhancement]

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