-
Notifications
You must be signed in to change notification settings - Fork 35
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers