Code prompting overview

dbForge SQL Complete offers as-you-type IntelliSense-style and code completion suggestions, provides quick info and parameter info, and helps navigate around T-SQL code. As accepting and inserting the prompted code, SQL Complete can, if required, qualify an object to its owner, assign aliases to tables and views, qualify columns with the correct alias, adding or removing square brackets to delimit identifiers. To learn how to configure code completion suggestions in SQL Complete, see Suggestions.

Note

Suggestions are only available if they are enabled in dbForge SQL Complete. To enable suggestions, on the SQL Complete menu, click Enable Code Completion.

Enable the Code completion feature

These are the main elements of code completion:

Suggestion box - automatically provides auto-completion suggestions for columns, tables, or other SQL Server objects. It also helps fill in full JOIN conditions and more.

Suggestion box

Column Picker - for columns, the suggestion box provides a column picker with a list of available columns and their data types.

Column Picker

Object information box automatically appears when selecting a suggestion. For tables and views, it provides a list of column names, data types, and nullability, estimate row count information, primary and foreign key icons, indexes icon, object description from extended properties, and owner name. For stored routines, it shows the information on parameters and gives the purposes of functions.

Object information box

Quick object info automatically appears when you hover the mouse over any existing object and shows the object information in a tooltip.

Quick object info

Parameter info tooltip automatically appears when opening a round bracket for entering a function or after a procedure name.

Parameter info

SQL snippets are the templates that make it easier to enter recurring predefined code patterns such as data selection statements.

SQL snippets

Statement expansion tags are pop-up hints for a number of statements (e.g. for UPDATE table_name, ALTER PROCEDURE prc_name) that allow autocompleting an entire statement by pressing Tab.

Statement expansion tags

To explore more about advanced options for code completion suggestions, see Advanced options.

Note

How to make suggestions semi-transparent

In some cases, the suggestions box, quick info, and parameter info tooltips might cover up the code you want to see. You can make the suggestions semi-transparent for as long as you need by pressing and holding the Ctrl key.

Want to Find out More?

Overview

Overview

Take a quick tour to learn all about the key benefits delivered by dbForge SQL Complete for SQL Server.
All Features

All features

Get acquainted with the rich features and capabilities of the SQL Complete in less than 5 minutes.
Request a demo

Request a demo

If you consider employing the SQL Complete for your business, request a demo to see it in action.
Ready to start using dbForge SQL Complete for SQL Server?