Parameter format when using Code Assistant

Darko

Member
Hi,

sory if this is already answered, but I have the following question:

when I'm using Code Assistant to fill all parameters in a call, formatting is not consistent with the one set in formatting rules. For example, I have set that comma "," should be placed before the parameter name, like this:
p_1 => 1
,p_2 => 2
,p_3 => 3
etc...
but Code Assistant gives me this:
p_1 => 1,
p_2 => 2,
p_3 => 3
Is there any way to change this behaviour? Perhaps the format in CA is fixed?
My version is 13.0.0.xxx.

Thanks.
 
There is currently no option to control the comma placement. I have added this to the list of enhancement requests.
 
Back
Top