dbcodeio / public

The Power of Databases, The Convenience of VS Code: All in One Place
10 stars 0 forks source link

Search #42

Open DIMANRUS opened 2 days ago

DIMANRUS commented 2 days ago

Hello. I would also like to see such an opportunity as searching among tables, procedures and other things when the focus is in the panel where the connections are. Here is an example from DataGrip. Thanks. image

mikeburgh commented 1 day ago

VSCode has this built in for tree's..

If you press Mac: option+cmd+f Windows: ctrl+alt+f when focused on the tree it should let you filter.

I build a custom one for the history tree, as the built in one only filters what's been expanded.

Does the built in one work for you, or do you need something more ?

If it does what you need, I can look at maybe making it more obvious with the filter icon opening it..

DIMANRUS commented 1 day ago

Thanks for the reply. Yes, it works great for me, as in DataGrip. But it would be even better if I didn't have to expand the groups. For example, if I have an active connection to MSSQL, then in hidden state it would search all tables, procedures, views and give only them in the search

mikeburgh commented 1 day ago

Yeah now it's coming back to me, same reasons we did the custom one in history.. built in one wont expand things, and also doesn't filter out non matches..