F12 button inside a bookmarked stored procedure

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
zhekaus
Posts: 16
Joined: Wed 19 Aug 2015 10:05
Contact:

F12 button inside a bookmarked stored procedure

Post by zhekaus » Mon 26 Sep 2016 14:29

I’ve noticed that when I bookmark a stored procedure and press F12 on another procedure inside the first one, it will open its source file. Is there a way to make dbForge open stored procedures from the database instead?

alexa

Re: F12 button inside a bookmarked stored procedure

Post by alexa » Mon 26 Sep 2016 15:05

Could you please let us know what you mean by "a bookmarked stored procedure"?

F12 is the 'Go To Definition' feature intended to navigate to the object's definition.

You can open a stored procedure from Database Explorer by right-clicking it and selecting 'Edit Procedure' from the popup menu.

Post Reply