I saw some topics concerning beautifier and cursor parameters.
You can have unlimited characters on the line:
cursor c_ (c_param1 number, c_param1 number,c_param1 number,....)
Did you fix this?
Regards,
Andreas
Is it possible to customize the PL/SQL Beautifier beyond the existing options?
Is it possible to write a plugin to beautify?
We have e.g. the following requirement:
Call a funtion should look like this:
begin
if not my_function (
p_param1 => v_param1,
p_param2 => v_param2)
then...