Request: code completion for procedure without parameters should show [no parameters]

Claus Pedersen

Member³
When using code completion for a procedure without parameters, today nothing happens. The parameters are queried in the data dictionary, and no rows are returned, fair and square.

But it would be really nice if code completion in such a case checked if the procedure name was valid and then showed a list saying or similar, so the user knew that the procedure name was valid and should be called without parameters. Today, you do not know whether you misspelled the procedure name or just have a procedure without parameters.

This could maybe be an option in the preferences, as the extra data dictionary lookup can be a bit slower than usual.
 
Back
Top