VSCode IntelliSense not working for Supabase-generated types despite correct setup
PostgREST🟡javascript
Hi Supabase community,
VSCode IntelliSense/autocomplete isn't picking up table/column names from my generated Supabase TypeScript types in queries, despite following the official docs.
Details: - Types compile fine (no TS errors), but no autocomplete for
.from('users').select()
.from('users').select()
etc.—just generic suggestions - TypeScript version: ^5.6.2 (latest) - VSCode: 1.92.0 with TypeScript Language Features extension - Tried: Restarting TS server, reloading window, no conflicting extensions
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.