eldinT
eldinT

Reputation: 602

Go to particular line inside a procedure/function/package

is there any faster way to go to the particular line in Oracle SQL Developer. I remember a certain line where my function is called, but i don't want to scroll down every time when i need to find it.

Upvotes: 0

Views: 1594

Answers (2)

Nedzad G
Nedzad G

Reputation: 1037

You need to press ctrl-G (go to line ) and and enter appropriate line number and you will be navigated to the entered line.

Upvotes: 3

Matthew McPeak
Matthew McPeak

Reputation: 17924

Press Ctrl-G. SQL*Developer will open a dialog asking you what line number you want to go to.

Upvotes: 3

Related Questions