Code insight - insert procedure/function parameter list

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
PavelP
Posts: 17
Joined: Sun 03 Sep 2017 10:20

Code insight - insert procedure/function parameter list

Post by PavelP » Mon 02 Oct 2017 10:06

Hello,
please, is there any way to insert function/procedure parameter list into the code editor? If I start typing
begin
dbms_output.put_line([here I get an input parameter list as a tooltip and I would like to insert it to the code] a => )
so I would be able to specify only parameter values.
Thank you,
Pavel

alexa

Re: Code insight - insert procedure/function parameter list

Post by alexa » Fri 06 Oct 2017 13:46

There is no such a possibility. Though, we will review it when developing the next product versions.

PavelP
Posts: 17
Joined: Sun 03 Sep 2017 10:20

Re: Code insight - insert procedure/function parameter list

Post by PavelP » Mon 09 Oct 2017 08:21

Thank you. A little button just to copy parameters into the clipboard would be easy to implement and highly helpful. It's frustrating to have parameters before my eyes and cannot "access" them.

alexa

Re: Code insight - insert procedure/function parameter list

Post by alexa » Mon 09 Oct 2017 14:35

We will take it into account.

Post Reply