dbForge Studio for SQL Server includes a code completion feature that provides IntelliSense-style, as-you-type code suggestions, quick info, and parameter info. It also helps navigate T-SQL code efficiently. When you accept a suggested completion, dbForge Studio can qualify objects with their owners, assign aliases to tables and views, qualify columns with the correct alias, and add or remove square brackets to properly delimit identifiers.
JOIN conditions and other related tasks.
Column picker – Provides a list of available columns and their data types.
Not available in the Express edition.




SQL snippets – Appear as you type. SQL snippets are templates that make it easier to enter recurring predefined code patterns, such as data selection statements.
Not available in the Express edition.

ALTER PROCEDURE prc_name or UPDATE table_name). These pop-up hints enable you to autocomplete an entire statement by pressing Tab.
Tip
To make the suggestion box semi-transparent, press and hold the Ctrl key.
By default, the code completion feature is enabled in the Studio.
To disable code completion for a specific SQL document, use one of the following ways:
To disable code completion completely:
1. Select Tools > Options.
2. Select Text Editor > Code Completion.
3. Clear the Enable Code Completion checkbox.