How to use automatic code suggestions provided by dbForge Studio for SQL Server
Last modified: October 1, 2024
Navigation overview
Automatic suggestion display while typing
From the first characters that you are typing in the SQL Editor, dbForge Studio for SQL Server determines the most relevant suggestions for the current context and displays them in a list. You can cancel the automatic display of suggestions or edit the delay time used to display them.
Word autocompletion
If you are typing first several characters of a database object name, and dbForge Studio for SQL Server finds only one match, it automatically inserts it to complete the word.
Automatic alias generation in SELECT statements
dbForge Studio for SQL Server can assign an alias to each table object (table, view, function, synonym, sub-query) available in the FROM list of your SQL statement automatically.
Support for queries involving multiple databases
When typing statements within a database, you can get suggested objects of another database if you specify its name in the query text.
Usage of syntax highlight settings for the suggestions list
dbForge Studio for SQL Server highlights keywords, built-in functions and other objects in the suggestion list basing on corresponding settings of SSMS.
Highlight occurrences of an identifier
The feature allows you to see all identifier occurrences. In a few moments after the pointer was placed over the identifier, all the identifier occurrences in the text will be highlighted.
Pair highlighting
dbForge Studio for SQL Server highlights both the opening and closing code elements to visually define separate code blocks. This feature allows you to determine whether element pairs are properly paired and determine mismatched or misspelled paired code elements. To highlight a pair, click one element of the pair. For example, when you place a caret at the BEGIN or END keyword, dbForge Studio automatically highlights both matching keywords. dbForge Studio recognizes the following sets of delimiters: IF…ELSE, BEGIN…END, BEGIN TRY…END TRY, etc.
Context-based sorting of suggestions in the list
dbForge Studio for SQL Server sorts names of database objects by type and displays most relevant suggestions at the top of the list.
Automatic object filtering the suggestion list
dbForge Studio for SQL Server automatically filters object names and keywords in the list depending on what you are typing. Filtering is sensitive to the typed characters, symbols, white space and CamelCase. For example, if you type SELECT * FROM PC, compound names which elements start with the P and C characters (CamelCase) will be suggested.
Suggestions for methods for columns and variables
dbForge Studio for SQL Server can suggest methods for columns and variables of the varchar(max), nvarchar(max), varbinary(max), and xml types.
For columns and variables of the varchar(max), nvarchar(max), and varbinary(max) data types, the WRITE method can be suggested.
For columns and variables of the xml data type, the query(), value(), exist(), modify(), and nodes() methods can be suggested.
All these methods can be suggested (except WRITE and nodes()) within calculated expressions and after column identifiers of these types with a point.
Notes
- The WRITE method can be called in UPDATE and SET statements only.
- The nodes() method can be called only in the FROM list.
Support for various query types
dbForge Studio for SQL Server provides context-based suggestions and formatting in the following queries:
- SELECT, INSERT, UPDATE, DELETE, USE, MERGE
- CREATE (table, procedure, function, trigger, view. statistics, database)
- ALTER (table, procedure, function, trigger, view, schema, database)
- EXEC, DROP, GRANT, REVOKE, DENY, ENABLE TRIGGER, DISABLE TRIGGER
- control flow statements (IF, WHILE), BEGIN … END blocks
Note
In all other statements, only context-based suggestions of keywords are supported.
Semi-transparent view of the suggestion box
When your code is overlapped by the suggestion box, hold Ctrl to make the suggestion box semi-transparent.
Sort keywords by relevance
Keywords in the suggestion list may be sorted by relevance. If the Sort keywords by relevance option is not selected, keywords are sorted in alphabetical order.
The feature allows grouping keywords in the suggestion list by the degree of keyword relevance to some specific context. This helps to determine the most appropriate keywords for commit.
The Sort keywords by relevance property is enabled (keywords are sorted by relevance)
The Sort keywords by relevance property is disabled (keywords are sorted in alphabetical order)
Notes
* These features are available in the Standard edition of dbForge Studio for SQL Server only.
** The Express edition of dbForge Studio offers partial support of these features. Full support is available in the Standard edition only.
Download dbForge Studio for SQL Server and try it absolutely free for 30 days!
Want to find out more?
Overview
Take a quick tour to learn all about the key benefits delivered by dbForge Studio for SQL Server.
All features
Get acquainted with the rich features and capabilities of the tool in less than 5 minutes.
Request a demo
If you consider employing this tool for your business, request a demo to see it in action.