Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shinichi-takii/vscode-language-sql-bigquery
- Owner: shinichi-takii
- License: mit
- Created: 2019-03-17T06:42:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T05:32:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T08:57:21.365Z (over 1 year ago)
- Topics: bigquery, grammar, snippets, sql, syntax-highlighting, vscode, vscode-extension
- Homepage: https://marketplace.visualstudio.com/items?itemName=shinichi-takii.sql-bigquery
- Size: 110 KB
- Stars: 16
- Watchers: 2
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)`