Filter / search box for database connection

Options
felixmohr
edited November 2019 in General
I have been using LinqPad for a long time to access database servers with 50 to 100 databases, many of which have very a very similar start in the first 10 to 20 chars (development databases containing a couple different prefixes and a jira issue number, like "ProdName_Dev_feat_ABC-1234_SomeMoreDescriptiveName")

It would help us a lot if you could
- Add a simple filter box above the list of connections which filters by the displayed name (So entering "ABC-1234" only displays such databases on any configured database connection)
- and/or make the "connection" drop down an auto-complete search / down down box, with the same logic. So typing "abc-1234" only displays lines containing this filter text.

Ideally for both, LinqPad 5 and 6. I think the 2nd option (filter for connection drop down) should be easier to implement and faster to use than filtering the connection tree on subnode texts.

Thanks,
Felix