MyEclipse: Code completion for packages leonell - Jul 17, 2003 - 09:36 PM Post subject: Code completion for packages
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:
Code:
<%
java.<here is nothing, but I am awaiting lang, util, etc.>
%>
When I work with class, then code completion works, for example:
Code:
<%
java.util.Date d = new java.util.Date();
d.<now it works>
%>
Is it feature or some error?
Leossupport-scott - Jul 18, 2003 - 04:56 AM Post subject:
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.