Skip to content

yokomotod/bqls-vscode

Repository files navigation

bqls for Visual Studio Code

VSCode extension for bqls: BigQuery Language Server

Features

Execute query

Command Palette (Ctrl+Shift+P) -> bqls: Execute Query

or

Code Action (Ctrl+.) -> Execute Query

image

Save result

local CSV or Google Spreadsheet

Table Explorer

image

Hover infomation

Column

image

Function

image

etc.

  • Format
  • Definition jump
  • Auto Complete

Install

prerequisite: install bqls

download from https://github.com/kitagry/bqls/releases/tag/v0.4.0 and place it into PATH

or else, build from source

CC=clang CXX=clang++ go install github.com/kitagry/[email protected]

check

bqls -version

prerequisite: install gcloud SDK

https://cloud.google.com/sdk/docs/install

gcloud auth application-default login

install extension

git clone https://github.com/yokomotod/bqls-vscode.git
cd bqls-vscode

npm install
npx vsce package

code --install-extension bqls-vscode-0.1.0.vsix

bqls support status

based on https://github.com/kitagry/bqls/tree/main#supported-protocol

About

vscode extension powered by https://github.com/kitagry/bqls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •