Code assistant for overloaded package functions

vlevi

Member³
Hello,
I have a package, with the same subfunctin name, but with different parameters. Code assistant always shows only the first one.

package pir_idoszam is
function teli_utc_ido(pn_cegkod number,pd_datum date,pn_mido_kezd number,pn_teli_nyari_kezd number) return date;
function teli_utc_ido(pn_cegkod number,pd_ido_kezd date,pn_teli_nyari_kezd number) return date;
end;
 
For overloaded program units you will see an overload selector (next and previous buttons) at the bottom of the Code Assistant list.
 
Thank you!
Those arrows are the smallest arrows I've ever seen :)
Without your notice, I would never see it.
 
Back
Top