google / vscode-bigquery

A Visual Studio Code plugin for running BigQuery queries.
https://cloud.google.com/bigquery/
Apache License 2.0
149 stars 22 forks source link

autocomplete names of fields and tables #9

Open project-delphi opened 4 years ago

project-delphi commented 4 years ago

Is there a way to autocomplete by making a request for table schema file, for example?

elithrar commented 4 years ago

Happy to accept a PR for that; I suspect it would be closer to a Language Server approach though.

On Wed, Nov 6, 2019 at 10:52 PM Ravi Kalia notifications@github.com wrote:

Is there a way to autocomplete by making a request for table schema file, for example?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/vscode-bigquery/issues/9?email_source=notifications&email_token=AAAEQ4F4HDAXHOUBSRGSCSLQSOGJNA5CNFSM4JKBBKDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXPVXVA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAEQ4BNJJPXVVF6BCOEJSLQSOGJNANCNFSM4JKBBKDA .

project-delphi commented 4 years ago

Okey. Will start investigating how to do this. I forked and hacked the sql-formatter linter to run with this extension.