Order of Parameter Lists

Lennie

Member
Does anyone know if there is a way to tell PL SQL Developer to display the list of parameters for a function or procedure in the order they need to be entered? The current behavior is fairly recent I think. I'm not sure about others, but I find current behavior completely unhelpful. It lists parameters in a popup box in alphabetic order instead of the order they need to be entered. I find myself having to do a lot of extra "describing" to remember what order things need to be entered.
 
I assume this is in the context of the Code Assistant? It has a little button at the lower left of the list that switches between alphabetical order and physical order.
 
@Marco, Thank You!
I could not find a preference for this. I didn't realize I clicked that little button. It isn't very obvious that it is there or what it does.

But, clicking it fixed this same issue for me. You are a life saver!
 
Back
Top