Skip to content
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

Feature: SELECT autocomplete #652

Open
2 tasks done
LucyEgan opened this issue Jan 20, 2025 · 0 comments
Open
2 tasks done

Feature: SELECT autocomplete #652

LucyEgan opened this issue Jan 20, 2025 · 0 comments
Labels
feature New feature or request

Comments

@LucyEgan
Copy link

Is your feature request related to a problem?

When writing a ""FIELDS"" WHERE, GROUP, ORDER thats against a known table (by exact string) on the closest query to the cursor, allow auto completion that will show a list of fields for that current queries table

Describe the solution

Below are example of when using autocomplete would pick the table if its been written at that point

SELECT * FROM accounts WHERE {{AUTO COMPLETE}} << shows fields for accounts
SELECT {{AUTO COMPLETE}} FROM accounts << shows fields for accounts
SELECT * FROM (SELECT * FROM accounts WHERE {{AUTO COMPLETE}}) << shows fields for accounts
SELECT * FROM (SELECT * FROM accounts) WHERE {{AUTO COMPLETE}} << doesnt show any fields as its a from a dynamic FROM

Have you considered contributing this feature yourself?

No response

Contact Details

[email protected]

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@LucyEgan LucyEgan added feature New feature or request triage This issue is new labels Jan 20, 2025
@macjuul macjuul removed the triage This issue is new label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants