+1  I now would find that useful, too.

Tom


At 15:30 07.03.02 +1100, you wrote:
>I'd like to see arrays coming up in SmartType code completion.
>Example:
>
>class Teddy
>{}
>
>class Foo
>{
>      public Teddy
>      getATeddy()
>      {
>           return new Teddy();
>      }
>
>      public void
>      functionThatTakesA(Teddy teddy)
>      {}
>
>      public static void
>      main(String[] argv)
>      {
>           Tedyy[] teddies = new Teddy[] {new Teddy(), new Teddy(), new
>Teddy()};
>           for (int i = 0; i < teddies.length; i++)
>           {
>                functionThatTakesA(XXXX
>           }
>      }
>}
>
>Now, when the cursor is at XXXX, and I press CTRL+SHIFT+Space, I'd like to
>see:
>
>      getATeddy()         Teddy
>      teddies[ i ]        Teddy
>
>Sound alright? I'm asking for it because I keep pressing SmartType
>completion in these situations anyway!
>
>Graham Lea
>
>--
>Software Engineer
>Forge Research Pty Ltd
>Suite 116, Bay 9, Locomotive Workshop
>Australian Technology Park, Cornwallis Street
>Eveleigh NSW 1430 Australia
>Phone: +61 2 9209 4152   Fax: +61 2 9209 4172
>www.forge.com.au
>
>----------------------------------------------------------------------
>This message contains privileged and confidential information intended
>only for the use of the addressee named above.  If you are not the
>intended recipient of this message you must not disseminate, copy or
>take any action in reliance on it.  If you have received this message
>in error please notify the sender immediately.  Any views expressed in
>this message are those of the individual sender, except where the
>sender specifically states them to be the views of another (including
>a Body Corporate).
>----------------------------------------------------------------------
>
>
>_______________________________________________
>Eap-features mailing list
>[EMAIL PROTECTED]
>http://www.intellij.com/mailman/listinfo/eap-features


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

Reply via email to