Claus Pedersen
Member³
I have a package procedure (public) with parameters param1 and param2.
When I write
and execute auto completion after 'pa', I would expect a list with parameter names for the procedure beginning with 'pa' (i.e. param1 and param2), but only names of packages matching 'pa' are shown.
If I execute code completion after the comma on first line, I get all my parameters.
Is this behaviour intentional? I would expect first way of using code completion to work as well.
When I write
Code:
myPackage.myProcedure (param1 => 'test',
pa
If I execute code completion after the comma on first line, I get all my parameters.
Is this behaviour intentional? I would expect first way of using code completion to work as well.