Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>QueryCraft — SQL Autocomplete from Your SchemaNew to Visual Studio Code? Get it now.
QueryCraft — SQL Autocomplete from Your Schema

QueryCraft — SQL Autocomplete from Your Schema

Meet.Jethwa

|
1 install
| (0) | Free
Real table, column, and relationship autocomplete in .sql files — powered by your actual schema (SQL DDL, Prisma, or JSON export). JOIN suggestions, cost estimates, and template-literal completion with Pro.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

QueryCraft — SQL Autocomplete from Your Schema

Real table, column, and relationship autocomplete in .sql files — driven by your actual schema. No more guessing column names.

QueryCraft reads your schema from the files already in your repo:

  • SQL DDL (CREATE TABLE ...)
  • Prisma schema (model { ... })
  • A JSON export at .querycraft/schema.json

Free

  • Table name autocomplete from your schema
  • Column autocomplete (alias-aware: u. → columns of the aliased table)
  • SQL formatting + schema viewer

Pro

  • Autocomplete inside JS/TS template literals (sql`SELECT ...`, Drizzle, etc.)
  • JOIN suggestions generated from foreign keys
  • Static query cost estimation (flags SELECT *, missing WHERE, leading-wildcard LIKE, join blow-ups…)
  • Multi-schema support

Get a Pro key at marketplace.dashovia.com/extensions/query-craft.

See full documentation at marketplace.dashovia.com.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft