Show refactoring changes in open tabs.
There are numerous cases where renaming an object, like a table, or field does not update the source of an open stored procedure.
Also, the auto-complete options in the editor are not updated when a new table or field is added, even if its added through the same connection and DBForge instance. Often I am presented with auto-complete suggestions that are completely invalid.
Please note that you can use the ‘Automatically refresh suggestions cache every xxx minutes’ option available in the ‘General’ branch of the ‘Options’ window that can be opened by selecting ‘Tools → Options…’ from the main menu.
-
Dazz Knowles commented
I think the "There are numerous cases where renaming an object, like a table, or field does not update the source of an open stored procedure." issue is the bigger problem here.
-
Riley Major commented
My comment is related to the SQL Server product, but I suspect it's similar.
-
Riley Major commented
You can force a refresh using the Edit menu, Code Completion, then Refresh Local Cache. There's also a hotkey for this-- Control-Shift-R. That said, it seems that when dbForge is making a change to an object, it should update its cache for that object without us having to manually refresh the full cache.