Features
Context Search

Context Search

Press Ctrl+E to open Context Search — a keyboard-driven dialog for navigating your database schema without leaving the keyboard.

Default Mode: Schema Search

By default, Context Search searches all objects in the active connection's schema: tables, views, functions, and indexes.

Start typing to filter. Results are ranked by fuzzy match quality.

Object kindShown by default
Tables
Views
Functions
Indexes
Foreign tablesToggle on
ProceduresToggle on

Use the kind toggles at the top of the dialog to narrow results to a specific object type.

Pressing Enter on a table or view opens a SELECT * FROM … query in a new editor tab. For functions, it inserts a call template.

📸 Screenshot needed: Context Search dialog open, searching for a table name, with kind toggles visible.

Script Search (# prefix)

Type # at the start of your query to switch to script search mode. Results show matching saved scripts by name.

#monthly revenue
→ monthly_revenue_report.sql, revenue_by_month.sql, ...

Press Enter to open the selected script in the editor.

Keyboard Navigation

KeyAction
/ Move through results
EnterOpen the selected result
EscClose Context Search