Can we have intellisense on dbt’s yml?
I have picked up the dbt cloud tutorial lately, and wanted to dev using vscode. The intellisense kind of works in the sql files, for example when I type ref
, then ctrl+space
, it will autocomplete to {{ ref('model_name') }}
.
Can we have intellisence on dbt’s yml?
I have picked up the dbt cloud tutorial lately, and wanted to dev using vscode. The intellisense kind of works in the sql files, for example when I type ref
, then ctrl+space
, it will autocomplete to {{ ref('model_name') }}
.