automating auto-completer

rimasjb

Member
The code assistant is pretty nice about showing the available parameters for packaged procedures, and I can select them one a time like so:
my_pkg.my_proc(param1 =>
my_pkg.my_proc(param1 => ,param2 =>

but I have to do it one at a time. Any way to just tell the thing "give me all the params"?
 
The Code Assistant will only insert one parameter at a time. The only way to get a complete call is to drag & drop the (packaged) procedure/function from the Object Browser into an editor, and selecting 'Call' from the popup menu.

------------------
Marco Kalter
Allround Automations
 
Back
Top