-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
For some reason, autocomplete doesn't immediately suggest table names, as I would expect. Only after backspacing a string or hitting escape that doesn't match a schema will it suggest table names.
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
Clipboard-20250906-054535-882.mp4
Potential fix
If this is expected behavior, a setting to disable this and autocomplete at the table level.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Type out
SELECT * FROM - Note that only schemas are suggested
- Type out some string that doesn't match any schemas
- Delete that string
- Note that schemas and tables are suggested
Another way to reproduce:
- Type out
SELECT * FROM - Note that only schemas are suggested. For example, typing
pwill listpublic. - Hit the escape key
- Note that tables are suggested. For example, typing
pnow matches table names.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working