I hesitate to even ask for this, since I have no idea if it would be nice or not. However:
Consider adding a way to get the properties of any variable, parameter, record member, etc. in a program window. One way could simply be through a tool-tip when you hover over the variable. The properties shown could include:
Consider adding a way to get the properties of any variable, parameter, record member, etc. in a program window. One way could simply be through a tool-tip when you hover over the variable. The properties shown could include:
- scope: (local variable, function parameter, defined in package header, defined in package body, etc.)
- data type: (varchar2, mytable.my_column%type, table of number, etc.)
- constant: yes/no
- more...