About dbt LSP
The dbt Fusion Engine offers benefits beyond the speed and power of the framework. The dbt VS Code extension, Studio IDE, and Insights all contain a powerful set of features backed by our Language Server Protocol (LSP) that enable fast, efficient development workflows. The following features are supported across these tools:
| VS Code extension | Studio IDE | Insights | |
|---|---|---|---|
| Autocomplete column names | ✅ | ✅ | ❌ |
| Autocomplete function names | ✅ | ✅ | ❌ |
| Autocomplete ref/source args | ✅ | ✅ | ✅ |
| CTE Preview | ✅ | ✅ | ✅ |
| Column-level lineage | ✅ | ❌ | ❌ |
| Command palette | ✅ | N/A | ❌ |
| Error detection | ✅ | ✅ | ✅ |
| Go-to definition | ✅ | ❌ | ❌ |
| Go-to reference | ✅ | ❌ | ❌ |
| Incremental compilation | ✅ | ✅ | ❌ |
| Preview query results | ✅ | N/A | ❌ |
| Problems tab | ✅ | ❌ | ❌ |
| Propagate column renames | ✅ | ❌ | ❌ |
| Propagate model renames | ✅ | ❌ | ❌ |
| Show column type on hover | ✅ | ✅ | ✅ |
| Show compiled SQL | ✅ | ✅ | ❌ |
| View table lineage | ✅ | N/A | ❌ |
| Warning detection | ✅ | ✅ | ❌ |
Was this page helpful?
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
0