Skip to content

Autocomplete doesn't immediately suggest table names #504

@reteps

Description

@reteps

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:

  1. Type out SELECT * FROM
  2. Note that only schemas are suggested
  3. Type out some string that doesn't match any schemas
  4. Delete that string
  5. Note that schemas and tables are suggested

Another way to reproduce:

  1. Type out SELECT * FROM
  2. Note that only schemas are suggested. For example, typing p will list public.
  3. Hit the escape key
  4. Note that tables are suggested. For example, typing p now matches table names.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions