In Editor I try to put following anonymous block
declare
v_variable table_name
after providing
declare
v_variable tabl
I press Ctrol <.> to get list of objects - works fine.
Then
declare
v_variable table_name.
I get another Ctrl<.> to get list o columns to declare column_type variable - Empty list is displayed.