How to navigate through SQL documents in dbForge Studio for SQL Server

Last modified: October 1, 2024

The topic explains how to navigate through an SQL document.

Document Outline window

The feature considerably simplifies navigation through large SQL documents. You can see the current document structure in the Document Outline Window. To synchronize structure with text straight from the code, click Synchronize Document Outline in the shortcut menu.

Document Outline window

Note
These features are available in the Standard edition of SQL Complete only.

Go to Definition

This feature allows navigating from Code Editor straight to Object Editor. If you press F12 or select the corresponding item from the shortcut menu when the pointer is over the object identifier, the program will find and open the object in corresponding Object Editor. Therefore, if you, for instance, need to modify an object, you can do it visually without altering the code.

Go to Definition