AltimateAI/vscode-dbt-power-user ? reverse-engineered prompt
Reverse engineered prompt
Build me a VS Code extension for dbt that makes working on dbt projects feel seamless.
I want smart autocomplete for model names, macros, sources, and docs, plus click to jump to definitions. It should let me preview query results, inspect and filter them, export to CSV, and show model and column lineage in a clear visual way. I also want a way to generate dbt models from SQL or source files, create and edit documentation for models and columns, and save it back into YAML neatly.
Please include quick actions to run parent and child models, tests, and previews, along with support for defer to prod. It should also show a live compiled query preview, explain existing dbt code, run health checks on the project, validate SQL for common mistakes, estimate BigQuery cost, and view dbt logs. Make it work nicely in remote dev containers too, and if you need current dbt or VS Code docs, look them up online.