-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Some new feature suggestions #55
Comments
|
As for the other requests, I'll check to see if there is an API I can use for BQ when I have time. |
Thank you very much! |
@minodisk does the extension support autocomplete for schema and table names? Struggling to set that up, if not, maybe I can contribute? also @GaryLiuTelus maybe if not, you've had some workaround? |
@jeldarov This extension will not support autocomplete and will focus on query execution. |
Thank you very much for creating this amazing extension. Would you mind adding features?
Table search function

Web console provide table search functions
I have to work with multiple projects, each contains tens or hundreds or even thousands of tables/views, the search function can help me find the tables I am looking for very quickly.
Enhanced right click menu
Currently, when right click the table name, there are only 2 items, i.e. preview table in vscode or remotely. It will be great if you can add additional items, like
Copy table ID
orQuery this table/view
. For the columns, items such asCopy column name
will also very helpful.Displaying resources other than tables/views in the side panel
The last one, I don't know this is even possible. Currently the panel only show tables/views, if it can display
Saved queries
,Stored Procedures
etc. that will be great. I can make some changes in on laptop, save my query in the "saved queries", and then the query can be retrieved/edited/executed in web console as well.Even without this functions, this extension also is awesome, but adding these features will make it even great.
Thank you!
The text was updated successfully, but these errors were encountered: