It would be nice if PLD can automatically prompt for replacing all instance of a variable if I rename it. I have seen this behavior in VS.NET.
e.g. if I rename:
v_nw_var varchar2(10);
to v_new_var - the editor can prompt me to replace all occurences in the current scope.
Thanks,