Editor Request

mike

Member³
This is not a big issue at all, but I thought I might as well ask since I encounter it quite a bit.

When I type in a procedure, hit enter, then tab, the cursor goes to the "=>" and not to the parenthesis. Then I backspace to the parenthesis to enter my comma. It would be nicer for me if the cursor tabbed to the left parenthesis.

Code:
proc(i_parm => l_variable
            , -- the cursor lines up here if I tab.
    ,i_parm2  -- But I like it lined up here.
    );

Thanks for considering!

Mike
 
Back
Top