I recently built a VSCode extension for BigQuery as I got bored of hopping into the console every time I needed to check a column name or run a scratch query.
Posting as I thought others might find it helpful.
Features:
Connect via the CLI, Service Account or OAuth
Run queries and get results into VSCode
Explore datasets, tables and columns in the sidebar
View table contents by selecting them in the sidebar
Completion for common keywords (e.g. SELECT, FROM, WHERE)
This is an impressive extension and I use it all the time. I was wondering if there will be support for materialized views at some point? I noticed that I can view Views, Tables, and routines seamlessly, but I cannot locate any of my materialized views.