Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shinichi-takii/vscode-language-sql-bigquery

Syntax highlighting and code snippets for BigQuery SQL in Visual Studio Code
https://github.com/shinichi-takii/vscode-language-sql-bigquery

bigquery grammar snippets sql syntax-highlighting vscode vscode-extension

Last synced: 14 days ago
JSON representation

Syntax highlighting and code snippets for BigQuery SQL in Visual Studio Code

Awesome Lists containing this project

README

        

# BigQuery SQL language support in Visual Studio Code

Syntax highlighting and code snippets for BigQuery SQL in Visual Studio Code.

## Features
- Syntax highlighting for Google BigQuery SQL language.
- Supports [Standard SQL](https://cloud.google.com/bigquery/docs/reference/standard-sql/) and [Legacy SQL](https://cloud.google.com/bigquery/docs/reference/legacy-sql/).
- Detect and highlight Legacy SQL only functions.
- Code snippets with SQL, DML, DDL, and Standard SQL functions.

## Installation

1. View > Extensions
2. Search for `SQL (BigQuery)`
3. Click the **Install** button

## Usage
1. View > Command Pallet > Change Language Mode (or `ctrl-shift-L`)
2. Select to `SQL (BigQuery)`