======================================= dbForge SQL Complete keyboard shortcuts ======================================= First published at 2/14/2019 on https://defkey.com/dbforge-sql-complete-shortcuts dbForge SQL Complete is an add-in for Microsoft Visual Studio and Microsoft SQL Server Management Studio (SSMS). It replaced integrated IntelliSense with more suited features for writing T-SQL queries. dbForge SQL Complete has 21 shortcuts and we have listed all of them below. General ------- Up arrow Move one item forward in the list of suggestions Down arrow Move one item back in the list of suggestions Page Up Scroll the list one page forward at a time Page Down Scroll the list one page backward at a time Enter Insert a highlighted suggestion into code Esc Closes the suggestion box without inserting any suggestion into code. If the suggestion box and/or parameter information hint is shown, the first pressing of Esc will close the hint first Ctrl Turn on the semi-transparent mode for the suggestion box and the parameter info hint Ctrl + Space Open the suggestion box Ctrl + Shift + Space Show the hint with the info parameter for functions Ctrl + K then D Enables to format the entire document Ctrl + K then F Enables to format a selected code fragment Ctrl + K then E Enables execution of the current statement Ctrl + Shift + F10 Enables to execute SQL code located above the current cursor position F12 Enables to go to definition Ctrl + Shift + R Enables to refresh local cache Ctrl + B then C Insert missing semicolons in the code F2 Upon renaming an object, opens the Preview Changes - Rename dialog window to preview changes in the code Ctrl + F10 Enables execution of current statement to cursor Ctrl + Alt + H Open the Execution History window Alt + Z Restore the last closed document Ctrl + F12 Script object as CREATE/ALTER   Source: devart.com Last modified on(UTC): Monday, November 11, 2019 Defkey © All rights reserved.