henriblancke / vscode-dbt-formatter

vscode dbt formatter extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-dbt-formatter

Features

Format SQL and Jinja flavored SQL with ease. This extension uses dbt-formatter to format your dbt models and macros. This extension depends on vscode-dbt.

Extension Settings

  • dbt-formatter.dialect: the SQL dialect you want to use (currently only default is available)
  • dbt-formatter.upper: Uppercase all reserved sql words.
  • dbt-formatter.camelCase: Allow tokens identified as words to be camelcased (handy when using with lowerWords)
  • dbt-formatter.lowerWords: Lowercase all tokens identified as words (think columns, cte names etc, ...)

Release Notes

1.0.0

Initial release of vscode-dbt-formatter

About

vscode dbt formatter extension


Languages

Language:TypeScript 100.0%