Hi,

Your code complition is really very great. But it could be better :)

What i would like to see is a code completion that looks a little forward.
For examle:

The method 
        myObject.elements() 

returns a List.


If i type

        Iterator iter = myObject.    

And then Shift-Ctrl-Space the smart code complition can�t help me, because
myObject doesn�t implement a method that returns a Iterator. But it has a
method that returns a List, which has a method that returns an Iterator.

Could u add support for those "2-dimensional code complition". 
I know, that in some cases many, many matchs may occur, but if u sort the
suggestions and use some different colors it could be very helpful.



Johannes Schneider




_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to