vscode-bigquery icon indicating copy to clipboard operation
vscode-bigquery copied to clipboard

autocomplete names of fields and tables

Open project-delphi opened this issue 6 years ago • 2 comments

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

project-delphi avatar Nov 07 '19 03:11 project-delphi

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 [email protected] 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 .

elithrar avatar Nov 07 '19 03:11 elithrar

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

project-delphi avatar Nov 09 '19 13:11 project-delphi