Given the following line of code:

someObject.getSomeValue();

It would be nice if there was a code complete or intention that would create
the assignment, such as:  (assuming getSomeValue returns a String)

String someValue = someObject.getSomeValue();

Possibly it could prompt for the variable name, like how Ctrl-Space or the
live templates work.

I know this seems a little backwards but sometimes I do code completion on
an object just to see what I can get from it and then create a variable for
it.

Steve


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

Reply via email to