Intellisense for record type

Hi all , I have this record:

type RecInput is record
(
n_per_pro number(6),
n_per_cie number(6),
n_nco_id number(14),
vc_tip_pro varchar2(15),
n_pol_num number(14)
);

entrada RecInput;

When using “entrada” variable, and write the dot ("."), all the record
elements might be popped up as currently occures when the dot is written
after a package name.

This function is implemented in the toad?