Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Dataform flavored SQLNew to Visual Studio Code? Get it now.
Dataform flavored SQL

Dataform flavored SQL

tokihakaiorg

|
7 installs
| (0) | Free
VS Code extension that provides Dataform flavored SQL definition with syntax highlighting in JS and TS tagged template
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dataform flavored SQL VSCode extension

Version Installs Downloads Rating Short Rating Star

TrendingDaily TrendingWeekly TrendingMonthly

Overview

This is a VSCode extension that provides syntax highlighting for Dataform-flavored SQL written inside JavaScript and TypeScript template literal tags.

example.png

Usage

When you write code like the following in JavaScript or TypeScript, the SQL inside the template literal tag will be syntax highlighted:

const sqlString = /* df-sql */ `
  SELECT *
  FROM ${ref('my_schema', 'my_table')}
`;

The SQL inside the template literal tag is assigned the language ID df-sql, and syntax highlighting similar to ashish10alex/vscode-dataform-tools is applied.

Thanks

  • ashish10alex/vscode-dataform-tools
  • mjbvz/vscode-comment-tagged-templates
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft