| Feature | Description |
|---|---|
| Compiled Query & Dry run stats | Compiled query with dry run stats in a vertical split |
| Inline diagnostics on `.sqlx` file 🚨 | Native LSP like experience with diagnostics being directly put on sqlx file |
| Dependency graph | Interactive dependency graph with external sources highlighted in distinct colors |
| Preview query results | Preview query results in a table by running the file |
| BigQuery hover definition provider | Hover definition for tables, columns, column descriptions, types and common BigQuery functions |
| Cost estimator | Estimate the cost of running a Tag |
| Go to definition | Go to definition for source in `$ref{("my_source")}` and javascript blocks in `.sqlx` files |
| Auto-completion | Completion for column names, dependencies and declarations in `${ref("..")}` and config block |
| Code actions | Apply dry run suggestions at the speed of thought |
| Run file(s)/tag(s) | Run file(s)/tag(s), optionally with dependencies/dependents/full refresh using cli or Dataform API |
| Format using Sqlfluff 🪄 | Format `.sqlx` files using sqlfluff |
| BigQuery snippets | Code snippets for generic BigQuery functions taken from vscode-language-sql-bigquery extension |
Compiled query with dry run stats in a vertical split









