Skip to content

[FEATURE] Quick Table Search (Ctrl + P) with Preview #103

@sahithvibudhi

Description

@sahithvibudhi

Description:
Add the ability to quickly search and open tables using a keyboard shortcut (Ctrl + P or Cmd + P on macOS).

Proposed Behavior:

  • Pressing Ctrl + P opens a quick search palette (similar to VSCode).
  • Users can type partial table names to filter results.
  • Selecting a table shows:
    -- A preview of the top N rows.

Why:

  • Faster navigation in large databases with many tables.
  • Saves time compared to manually browsing schemas.
  • Familiar UX for developers who use editors like VSCode.

Acceptance Criteria:

  • Keyboard shortcut (Ctrl/Cmd + P) opens the search palette.
  • Tables filter as user types.
  • Pressing Enter on a result opens a spreadsheet-like view of top N rows.
  • use debounce for search and useMemo(for table names) for performance

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions