Bug/feature: code completion on named parameter notation does not always work

Claus Pedersen

Member³
I have a package procedure (public) with parameters param1 and param2.

When I write

Code:
myPackage.myProcedure (param1 => 'test',
                        pa
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.
 
For parameters (and other list items) this does indeed not work as one would expect. We'll enhance this.
 
It would be really great if you could. It has been reported before and this misbehavior is indeed annoying.

Just adding my vote on this one. ;)

Regards,
Gustavo
 
Back
Top