© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•7mo ago•
1 reply
bensua

Does supabase-js support column suggestion?

Hi 👋 ,
I have a silly question, does supabase-js support column suggestion in its queries? (I could be expecting too much)

Context: I created a database.types.ts and createClient<Database> and tried to use it like:

supabaseClient.from([table]).select([column]).eq([column], userId),
supabaseClient.from([table]).select([column]).eq([column], userId),


If I tab inside
select
select
or
eq
eq
, I expected columns to be suggested but none appeared (for select, only
*
*
appeared). With
from()
from()
I could tab and see the suggested tables.

I have the latest package
"@supabase/supabase-js": "^2.50.5"
"@supabase/supabase-js": "^2.50.5"
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Does Supabase support pgdash?
SupabaseSSupabase / help-and-questions
4y ago
does supabase support graphql subscription?
SupabaseSSupabase / help-and-questions
4y ago
Does supabase database support autoscale ?
SupabaseSSupabase / help-and-questions
3y ago
Unable to update column value to null (supabase-js)
SupabaseSSupabase / help-and-questions
4y ago