Connect queries on SSMS open but do not refresh suggestions
In prior versions, SQL Prompt would connect open queries as SSMS was opening but it would not refresh suggestions (index associated database) until an open query tab was activated (selected).
The current version (10.13.3.32087) still connects open queries but it also refreshes suggestions for all open queries as it is connecting them.
This leads to a sluggish experience with both typing and an increased delay in the time it takes for SQL Prompt suggestions to display. I suspect it is due to the large amount of cached suggestions.
I typically leave many query tabs open when working in SSMS so that I can keep track of my work as I bounce from database to database but I regularly only work with a few tabs in a given day.
The workaround I am using is to disable "Automatically reconnect restored queries" but the downside to this is that I cannot look at the listing of open queries to see what server and database I was working with.
A possible solution would be to add an option that separates the reconnect restored queries process from the refresh suggestion for restored queries.