-
Notifications
You must be signed in to change notification settings - Fork 30
Go to Definition support #278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on b690143. |
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
@julesyan is this another you can take a look at when you have a mo? |
Yes I can test in a couple hours |
When using NAMING *SQL and SET SCHEMA, peek went to the wrong table.
|
Signed-off-by: worksofliam <[email protected]>
To do for me:
|
Question, when you use peek it opens a whole new file, is there any way to do peek without a new file? Or at least close said file when the peek is closed? Because if i do peek often enough, it is tedious to close a bunch of unsaved files (I did 16 peeks and it was annoying to close) |
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
@julesyan I checked, but sadly in this particular instance it's not possible to stop the tab from coming up. It's because the source is temporary because we are generating it from |
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
@worksofliam create schema "annoying"; |
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Retests have gone very well, thank you
Peek isn't working for this situation: CREATE SCHEMA "CaMel"; -- then try to peek on "CoWt" |
also, it seems that peek is using the LIBL list all the time |
Here's a recreate of the NAMING(*SQL) not working for PEEK. -- use naming *SQL on your connection set schema notinlibl; |
Enables Go to Definition and Peek Definition, which under the hood uses
GENERATE_SQL
.We are using our legacy formatter for the time being. Formatted issues won't be solved here.To test
select * from sndbx3.sales
sndbx3.sales
and use either: Go to Definition or Peek -> Definition