Skip to content

Add support for "jump to" in DB object tree #667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
eug3nix opened this issue May 16, 2025 · 0 comments
Open

Add support for "jump to" in DB object tree #667

eug3nix opened this issue May 16, 2025 · 0 comments
Assignees

Comments

@eug3nix
Copy link
Collaborator

eug3nix commented May 16, 2025

Similar to what VS code and other IDEs do - show the search bar which can do fuzzy search. Display matches along with their types (table, view, function, database etc). Clicking on the item in the search results should select and expand the corresponding node in the tree.
Gotchas:
We may not have all the necessary information to search through when a fresh workspaces is opened since DB tree information is loaded lazily. Decide how to handle that. Possible solutions: use DB-meta as complimentary data source. Maybe eager-load the selected database sub-tree.
To-Do: define in detail.

@plucik plucik self-assigned this May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants