Netbeans quick developing

Hi allI have the next code:String s = "";s.length();--My question is: is there a way to generate automatically the next code with netbeans(generate de return type)?String s = "";int i = s.length();Thank you in advance
[287 byte] By [iberck] at [2007-11-26 10:02:53]
# 1
AFAIK, this is not possible in the current version of NetBeans. Possibly the next one, NetBeans 6.0 will have this, as the main target for that version is editor improvements.
KSorokin at 2007-7-7 1:35:46 > top of Java-index,Development Tools,Java Tools...