Expand description
Workspace symbol search across all project objects.
Provides fuzzy-find over every object in the project, enabling editor
commands like “Go to Symbol in Workspace” (Ctrl+T / Cmd+T). Each
result carries the object name, kind, file location, and a container
label (database.schema) for grouping context.
§Filtering
- An empty query returns all project objects.
- A non-empty query matches by case-insensitive substring on the
fully-qualified name (
database.schema.object). - External dependencies are excluded (no file path).
Functions§
- workspace_
symbols 🔒 - Search project objects by name.