Christian Andersson wrote: > Complete the method result type and save-variable on request. > When I develop I find myself often in a situation where I've typed > .... > document.getReferences(); > .... > Well method getReferences() returns a Vector and I've forgot to save it in a >variable.
A partial solution: Select it with ctrl-w (repeat as necessary) and press ctrl-alt-V to introduce a variable. _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
