I have SQL Server Mgt Studio, and have the red-gate SQL Prompt plugin. For most cases, it's amazing and makes life easier with most auto-corrects, but I'm using a specific database called offset, but it'll always auto-correct it to OFFSET because it's a function in SQL.
How can I disable the auto-correct on a case-by-case basis? I'm assuming it's somewhere in the options setting, but cannot find where. Thank you!
Hit ESC to close the window when done typing the word before hitting space.
Another option if you don't use it often would be to disable it (Tools->Options->Text Editor->Transact-SQL->General->Auto list members) and use CTRL+J to bring it up manually when you want to use it.
In addition there is an "Intellisense Enabled" option under the Query menu and on the Query toolbar if you want to temporarily disable/enable it.