facebook

Code completion for packages

  1. MyEclipse Archived
  2.  > 
  3. Old Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #196889 Reply

    leonell
    Member

    Hello,
    I created new Web Module Project. Add new JSP (index.jsp) into Web Root directory.
    I tested the code completion for packages, but it does not work.
    For example:

    
    <%
    java.<here is nothing, but I am awaiting lang, util, etc.>
    %>
    

    When I work with class, then code completion works, for example:

    
    <%
    java.util.Date d = new java.util.Date();
    d.<now it works>
    %>
    

    Is it feature or some error?
    Leos

    #196893 Reply

    Scott Anderson
    Participant

    Leos,

    We’ve added this feature in the GA release, which will be available no later than Tuesday. However, if you just type the classname followed by <ctrl-space>, the JSP editor will add the import statement for you so you can get rid of all the fully qualified package names from your code.

    –Scott
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Code completion for packages

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