Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Go to Declaration - SQL Query

SCronjeMay 3 2024

SQL Developer vs 24.1

Within SQL Worksheet:

Not an issue, but something I noticed while using SQL Developer. Would be nice to use Go to Declaration within a SQL query on any table when not using schema prefix's.

Using ‘Go to Declaration’ within a SQL query to try and ‘define’ and object like the table below, does not work without schema prefix.

Declaration works when adding schema prefix.

Declaration works when adding semi-colon after table name (just testing) in query without schema prefix.

Testing some different options: Table on it's own not working if another query in the worksheet.

Works when using a semi-colon again. (Does not work when using /)

Does work when it's the only object in the worksheet without schema prefix or ;

This post has been answered by thatJeffSmith-Oracle on May 6 2024
Jump to Answer
Comments
Post Details
Added on May 3 2024
7 comments
251 views