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 ;
