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

autocomplete doesn't show column suggestions #179 #67

Closed
kaidaguerre opened this issue Jan 25, 2021 · 1 comment
Closed

autocomplete doesn't show column suggestions #179 #67

kaidaguerre opened this issue Jan 25, 2021 · 1 comment
Assignees

Comments

@kaidaguerre
Copy link
Contributor

No description provided.

@kaidaguerre kaidaguerre added this to the 0.3.0 milestone Feb 22, 2021
@kaidaguerre kaidaguerre modified the milestones: 0.3.0, 0.4.0 Mar 10, 2021
@kaidaguerre kaidaguerre added ui and removed 0.2.0 labels Mar 10, 2021
@kaidaguerre kaidaguerre modified the milestones: 0.4.0, 0.5.0 Apr 19, 2021
@kaidaguerre kaidaguerre removed this from the 0.5.0 milestone May 20, 2021
@kaidaguerre kaidaguerre added this to the 0.8.0 milestone Jul 26, 2021
@kaidaguerre kaidaguerre removed this from the 0.8.0 milestone Aug 3, 2021
@stuartmaxwell
Copy link

I think it's the structure of the SQL language that lets you down here. Steampipe is unable to autocomplete the column names because it doesn't yet know which table is being used.

For example, instead of typing: SELECT name, create_date FROM aws_iam_role it would be much better if you could type: FROM aws_iam_role SELECT name, create_date. That way, Steampipe would be able to autocomplete the column names available for each table.

@kaidaguerre kaidaguerre closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants